*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: var(--app-font), sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.font-base_normal,
.font-weight-normal {
  font-weight: normal;
}
.font-base_medium,
.font-weight-medium {
  font-weight: 500;
}
.font-base_sbold,
.font-weight-sbold {
  font-weight: 600;
}
strong,
b,
.font-base_bold,
.font-weight-bold {
  font-weight: 700;
}
.font-base_ebold,
.font-weight-ebold {
  font-weight: 800;
}
/*! Prefix flex for IE10 and Safari / iOS in LESS */
/* These are the conditional mixins for the different syntax for IE10 Flexbox */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media only screen and (min-width: 1470px) {
  .container {
    width: 1470px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1469.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1470px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.btn {
  display: inline-block;
  font-weight: 600;
  color: #056000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0.15rem solid transparent;
  padding: 0.85rem 3rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 3.5rem;
  text-transform: capitalize;
}
@media only screen and (max-width: 1366px) {
  .btn {
    font-size: 1.8rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-md,
.btn-group-md > .btn {
  padding: 1.2rem 2.75rem;
  font-size: 2.4rem;
  border-radius: 3.5rem;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 2rem 4rem;
  font-size: 2.4rem;
  border-radius: 5rem;
  border-width: 0.2rem;
}
@media only screen and (max-width: 1366px) {
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 1.9rem 3.8rem;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 1.7rem 3.6rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn-lg,
  .btn-group-lg > .btn {
    padding-left: 3.4rem;
    padding-right: 3.4rem;
    font-size: 1.8rem;
  }
}
.btn-max,
.btn-group-max > .btn {
  padding: 1.9rem 4.2rem;
  font-size: 2.8rem;
  font-weight: 700;
  border-radius: 5rem;
  border-width: 0.4rem;
}
@media only screen and (max-width: 1366px) {
  .btn-max,
  .btn-group-max > .btn {
    padding: 1.8rem 4rem;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 991px) {
  .btn-max,
  .btn-group-max > .btn {
    padding: 1.6rem 3.8rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn-max,
  .btn-group-max > .btn {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
    font-size: 2.2rem;
  }
}
.btn-primary {
  color: #fff;
  background: #FFA046;
  border-color: #FFA046;
  background-clip: padding-box;
}
.btn-primary:hover {
  color: #fff;
  background: #ffae45;
  border-color: #ffae45;
  background-clip: padding-box;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background: #ff8420;
  border-color: #ff8420;
  background-clip: padding-box;
  box-shadow: none;
}
.btn-secondary {
  color: #fff;
  background: #0bab4b;
  background: linear-gradient(to bottom, #0dcb59 0%, #0bab4b 100%);
  border-color: rgba(7, 96, 0, 0.39);
  background-clip: padding-box;
}
.btn-secondary:hover {
  color: #fff;
  background: linear-gradient(to bottom, #0dd85f 0%, #0bba51 100%);
  background-clip: padding-box;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background: linear-gradient(to bottom, #0cc054 0%, #0ab04c 100%);
  background-clip: padding-box;
  box-shadow: none;
}
.btn-tertiary {
  color: #0bb850;
  background-color: transparent;
  border-color: rgba(11, 184, 80, 0.4);
}
.btn-tertiary:hover {
  color: #0bb850;
  background-color: transparent;
  border-color: #0bb850;
}
.btn-tertiary:focus,
.btn-tertiary.focus {
  box-shadow: none;
  color: #fff;
  background-color: #0bb850;
  border-color: #0bb850;
}
.btn-tertiary.disabled,
.btn-tertiary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-tertiary:not(:disabled):not(.disabled):active,
.btn-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #0bb850;
  border-color: #0bb850;
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-text {
  color: #02A2C4;
  background-color: transparent;
  border-color: transparent;
}
.btn-text:hover {
  color: #006D84;
  background-color: transparent;
  border-color: transparent;
}
.btn-text:focus,
.btn-text.focus {
  box-shadow: none;
  color: #0293AE;
  background-color: transparent;
  border-color: transparent;
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-shadow {
  position: relative;
}
.btn-shadow::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3.5rem;
  box-shadow: rgba(191, 76, 4, 0.63) 0 25px 30px -20px;
  content: '';
}
.btn-shadow.btn-max::before {
  border-radius: 5rem;
}
.btn-shadow:focus::before,
.btn-shadow.focus::before {
  box-shadow: rgba(191, 76, 4, 0.63) 0 5px 5px -5px;
}
.btn-shadow.btn-secondary::before {
  box-shadow: rgba(65, 28, 0, 0.52) 0 25px 30px -20px;
}
.btn-arrow {
  position: relative;
  padding-right: 0;
}
.btn-arrow ._overlay {
  display: inline-block;
  padding-right: 10.8rem;
}
@media only screen and (max-width: 1366px) {
  .btn-arrow ._overlay {
    padding-right: 10.6rem;
  }
}
@media only screen and (max-width: 991px) {
  .btn-arrow ._overlay {
    padding-right: 9.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn-arrow ._overlay {
    padding-right: 8.4rem;
  }
}
.btn-arrow ._overlay::after {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  margin-top: -0.9rem;
  width: 1rem;
  height: 1.8rem;
  content: '';
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' viewBox='0 0 14 22' fill='rgb(255, 255, 255)' %3e%3cpath d='M2.086,1.253 L13.499,9.988 C14.165,10.499 14.165,11.492 13.499,12.002 L2.086,20.738 C1.240,21.386 0.009,20.789 0.009,19.732 L2.000,11.000 L0.009,2.259 C0.009,1.201 1.240,0.604 2.086,1.253 Z'/%3e%3c/svg%3e") center center no-repeat;
  z-index: 2;
}
@media only screen and (max-width: 1366px) {
  .btn-arrow ._overlay::after {
    margin-top: -0.8rem;
    width: 0.8rem;
    height: 1.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .btn-arrow ._overlay::after {
    margin-top: -0.7rem;
    right: 2rem;
    height: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn-arrow ._overlay::after {
    right: 1.6rem;
  }
}
.btn-arrow.btn-primary ._overlay::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4rem;
  height: 100%;
  border-radius: 0 2rem 2rem 0;
  background-color: rgba(0, 0, 0, 0.05);
  content: '';
  z-index: 1;
}
@media only screen and (max-width: 1366px) {
  .btn-arrow.btn-primary ._overlay::before {
    width: 3.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .btn-arrow.btn-primary ._overlay::before {
    width: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn-arrow.btn-primary ._overlay::before {
    width: 2.2rem;
  }
}
.btn-arrow.btn-md {
  padding: 13px 40px 13px 22px;
  font-size: 18px;
  font-weight: 400;
  border: 2px solid #09B84F;
}
@media only screen and (max-width: 1469px) {
  .btn-arrow.btn-md {
    padding: 11px 36px 11px 20px;
    font-size: 16px;
  }
}
.btn-arrow.btn-md::after {
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -6px;
  width: 8px;
  height: 12px;
  content: '';
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' viewBox='0 0 14 22' fill='%230bb850' %3e%3cpath d='M2.086,1.253 L13.499,9.988 C14.165,10.499 14.165,11.492 13.499,12.002 L2.086,20.738 C1.240,21.386 0.009,20.789 0.009,19.732 L2.000,11.000 L0.009,2.259 C0.009,1.201 1.240,0.604 2.086,1.253 Z'/%3e%3c/svg%3e") center center no-repeat;
  z-index: 2;
}
@media only screen and (max-width: 1469px) {
  .btn-arrow.btn-md::after {
    right: 18px;
  }
}
.btn-arrow.btn-md.btn-tertiary:hover,
.btn-arrow.btn-md.btn-tertiary:focus,
.btn-arrow.btn-md.btn-tertiary.focus {
  color: #fff;
  background-color: #09B84F;
}
.btn-arrow.btn-md.btn-tertiary:hover::after,
.btn-arrow.btn-md.btn-tertiary:focus::after,
.btn-arrow.btn-md.btn-tertiary.focus::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' viewBox='0 0 14 22' fill='rgb(255, 255, 255)' %3e%3cpath d='M2.086,1.253 L13.499,9.988 C14.165,10.499 14.165,11.492 13.499,12.002 L2.086,20.738 C1.240,21.386 0.009,20.789 0.009,19.732 L2.000,11.000 L0.009,2.259 C0.009,1.201 1.240,0.604 2.086,1.253 Z'/%3e%3c/svg%3e");
}
.btn-arrow.btn-lg {
  padding-right: 6.8rem;
}
@media only screen and (max-width: 1366px) {
  .btn-arrow.btn-lg {
    padding-right: 6.6rem;
  }
}
@media only screen and (max-width: 991px) {
  .btn-arrow.btn-lg {
    padding-right: 5.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn-arrow.btn-lg {
    padding-right: 5rem;
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .btn-arrow.btn-lg {
    padding-right: 4.8rem;
    padding-left: 2.4rem;
  }
}
.btn-arrow.btn-lg::after {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  margin-top: -0.8rem;
  width: 1rem;
  height: 1.6rem;
  content: '';
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' viewBox='0 0 14 22' fill='%230bb850' %3e%3cpath d='M2.086,1.253 L13.499,9.988 C14.165,10.499 14.165,11.492 13.499,12.002 L2.086,20.738 C1.240,21.386 0.009,20.789 0.009,19.732 L2.000,11.000 L0.009,2.259 C0.009,1.201 1.240,0.604 2.086,1.253 Z'/%3e%3c/svg%3e");
  z-index: 2;
}
@media only screen and (max-width: 1366px) {
  .btn-arrow.btn-lg::after {
    margin-top: -0.7rem;
    width: 0.9rem;
    height: 1.4rem;
  }
}
@media only screen and (max-width: 991px) {
  .btn-arrow.btn-lg::after {
    right: 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn-arrow.btn-lg::after {
    right: 2.3rem;
  }
}
@media only screen and (max-width: 575px) {
  .btn-arrow.btn-lg::after {
    right: 2.2rem;
    margin-top: -0.6rem;
    width: 0.8rem;
    height: 1.2rem;
  }
}
.btn-arrow.btn-lg.btn-tertiary:focus::after,
.btn-arrow.btn-lg.btn-tertiary.focus::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' viewBox='0 0 14 22' fill='rgb(255, 255, 255)' %3e%3cpath d='M2.086,1.253 L13.499,9.988 C14.165,10.499 14.165,11.492 13.499,12.002 L2.086,20.738 C1.240,21.386 0.009,20.789 0.009,19.732 L2.000,11.000 L0.009,2.259 C0.009,1.201 1.240,0.604 2.086,1.253 Z'/%3e%3c/svg%3e");
}
.btn-arrow.btn-max ._overlay {
  padding-right: 11.2rem;
}
@media only screen and (max-width: 1366px) {
  .btn-arrow.btn-max ._overlay {
    padding-right: 11rem;
  }
}
@media only screen and (max-width: 991px) {
  .btn-arrow.btn-max ._overlay {
    padding-right: 9.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn-arrow.btn-max ._overlay {
    padding-right: 8.8rem;
  }
}
.btn-arrow.btn-max ._overlay::after {
  position: absolute;
  top: 50%;
  right: 3.5rem;
  margin-top: -1.1rem;
  width: 1.4rem;
  height: 2.2rem;
  content: '';
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' viewBox='0 0 14 22' fill='rgb(255, 255, 255)' %3e%3cpath d='M2.086,1.253 L13.499,9.988 C14.165,10.499 14.165,11.492 13.499,12.002 L2.086,20.738 C1.240,21.386 0.009,20.789 0.009,19.732 L2.000,11.000 L0.009,2.259 C0.009,1.201 1.240,0.604 2.086,1.253 Z'/%3e%3c/svg%3e");
  z-index: 2;
}
@media only screen and (max-width: 1366px) {
  .btn-arrow.btn-max ._overlay::after {
    margin-top: -1rem;
    width: 1.2rem;
    height: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .btn-arrow.btn-max ._overlay::after {
    right: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn-arrow.btn-max ._overlay::after {
    right: 2.6rem;
  }
}
.btn-arrow.btn-max.btn-primary ._overlay::before {
  width: 8rem;
  border-radius: 0 4rem 4rem 0;
}
@media only screen and (max-width: 1366px) {
  .btn-arrow.btn-max.btn-primary ._overlay::before {
    width: 7.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .btn-arrow.btn-max.btn-primary ._overlay::before {
    width: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn-arrow.btn-max.btn-primary ._overlay::before {
    width: 6.2rem;
  }
}
.btn-link {
  font-weight: 500;
  color: #268fd0;
  text-decoration: none;
}
.btn-link:hover {
  color: #46618a;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
.btn-whatisthis {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3rem;
  text-align: center;
  color: #0bb850;
  border: 2px solid #0bb850;
  font-size: 2rem;
  border-radius: 50%;
  vertical-align: middle;
}
.btn-whatisthis:hover {
  cursor: pointer;
}
.btn-promo {
  padding: 1.25rem;
  line-height: 1.1;
}
.btn-promo .__accent {
  display: block;
  font-size: 2.2rem;
  color: #fcf8b3;
}
@media only screen and (max-width: 1366px) {
  .btn-promo .__accent {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .btn-promo .__accent {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn-promo .__accent {
    font-size: 1.6rem;
  }
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-back > svg {
  margin-right: 1.5rem;
  vertical-align: initial;
}
.btn-accent {
  border: none;
  background: linear-gradient(180deg, #FD8039 0%, #FF9E2C 100%);
  color: #fff;
}
.btn-accent:hover,
.btn-accent:focus,
.btn-accent.focus {
  background: linear-gradient(180deg, #fc620a 0%, #fe8900 100%);
  color: #fff;
}
.btn-outline-success {
  border-color: #056000;
  color: #056000;
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus {
  border-color: #011400;
  color: #011400;
}
.btn-rectangle,
button.btn-rectangle,
a.btn-rectangle {
  font-weight: 400;
  font-size: 14px;
  box-shadow: 0px 2.66667px 2.66667px rgba(0, 0, 0, 0.24);
  border-radius: 2.66667px;
  letter-spacing: 0.02em;
}
small,
.small {
  font-size: 80%;
  font-weight: 500;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 1470px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1470px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1470px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.text-white {
  color: #fff !important;
}
.text-success {
  color: #0bb850 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4ea403 !important;
}
.text-info {
  color: #24c0cf !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #006D84 !important;
}
.text-warning {
  color: #ff9945 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #EA6B3C !important;
}
.text-danger {
  color: #fc4f4e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #46618a !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #243146 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: none;
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-reset {
  text-transform: none;
  font-style: normal;
  text-decoration: none;
}
.hlight {
  color: #fcf8b3;
}
._headline,
.section-toprated ._features .__item .__heading {
  color: #268fd0;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.first-letter::first-letter {
  float: left;
  margin-top: 2rem;
  padding-right: 2rem;
  font-size: 6.6rem;
  color: #62b412;
}
@media only screen and (max-width: 991px) {
  .first-letter::first-letter {
    margin-top: 15px;
    padding-right: 15px;
    font-size: 62px;
  }
}
.jumbotron {
  padding: 4.8rem 6.4rem;
  background-color: #f7f5f2;
  border-radius: 2rem;
}
@media only screen and (max-width: 1469px) {
  .jumbotron {
    padding: 4.4rem 6rem;
    border-radius: 1.8rem;
  }
}
@media only screen and (max-width: 1280px) {
  .jumbotron {
    padding: 4rem 5.6rem;
    border-radius: 1.6rem;
  }
}
@media only screen and (max-width: 991px) {
  .jumbotron {
    padding: 3.2rem 4.8rem;
    border-radius: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .jumbotron {
    padding: 2.4rem 4rem;
    border-radius: 1.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .jumbotron {
    padding: 1.6rem;
    border-radius: 1rem;
  }
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar.navbar-site {
    position: absolute !important;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* VARIABLES
------------------------------------------------------------------------------------------------ */
/* BASE
------------------------------------------------------------------------------------------------ */
html {
  font-size: 10px;
}
body {
  font-size: 2rem;
  font-weight: 400;
  color: #46618a;
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
body.has-sticky-header {
  padding-top: 14rem;
}
@media only screen and (max-width: 1280px) {
  body.has-sticky-header {
    padding-top: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  body.has-sticky-header {
    padding-top: 10rem;
  }
}
@media print {
  body {
    font-size: 18px;
    color: #000;
  }
}
.slideout-open body {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #268fd0;
  letter-spacing: -0.02em;
}
h1,
.h1 {
  font-size: 7.2rem;
  line-height: 1.1;
}
@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 5.2rem;
  }
}
@media only screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 3.2rem;
  }
}
@media print {
  h1,
  .h1 {
    font-size: 6.4rem;
  }
}
h2,
.h2 {
  font-size: 5.6rem;
  line-height: 1.1;
}
@media only screen and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 575px) {
  h2,
  .h2 {
    font-size: 2.8rem;
  }
}
@media print {
  h2,
  .h2 {
    font-size: 4.8rem;
  }
}
h3,
.h3 {
  font-size: 2.8rem;
  line-height: 1.15;
}
@media only screen and (max-width: 991px) {
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 575px) {
  h3,
  .h3 {
    font-size: 2.2rem;
  }
}
@media print {
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}
h4,
.h4 {
  font-size: 2.4rem;
  line-height: 1.15;
}
@media only screen and (max-width: 991px) {
  h4,
  .h4 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 575px) {
  h4,
  .h4 {
    font-size: 2rem;
  }
}
@media print {
  h4,
  .h4 {
    font-size: 2.2rem;
  }
}
h5,
.h5 {
  font-size: 2rem;
}
@media only screen and (max-width: 991px) {
  h5,
  .h5 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 575px) {
  h5,
  .h5 {
    font-size: 1.6rem;
  }
}
@media print {
  h5,
  .h5 {
    font-size: 1.8rem;
  }
}
h6,
.h6 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 991px) {
  h6,
  .h6 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  h6,
  .h6 {
    font-size: 1.4rem;
  }
}
@media print {
  h6,
  .h6 {
    font-size: 1.6rem;
  }
}
p {
  margin: 0 0 2rem;
}
a {
  color: #46618a;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
button:focus {
  outline: none;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* BASE TEMPLATE
------------------------------------------------------------------------------------------------ */
.slideout-open {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.slideout-panel {
  position: relative;
  z-index: 1;
}
.slideout-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.slideout-open .slideout-backdrop {
  z-index: 1;
  visibility: visible;
  pointer-events: auto;
}
.navbar-site {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 14rem;
  z-index: 1;
}
@media only screen and (max-width: 1280px) {
  .navbar-site {
    height: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-site {
    height: 10rem;
  }
}
@media only screen and (max-width: 575px) {
}
@media print {
  .navbar-site {
    padding-top: 0;
  }
}
.navbar-site .navbar-brand {
  display: block;
  margin-top: -1.8rem;
  margin-right: 0;
  width: 30rem;
  height: 7rem;
  background: url(https://s3.amazonaws.com/img.mynetdiary.com/images/logo-main.svg) 50% 50% no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1366px) {
  .navbar-site .navbar-brand {
    width: 28rem;
    height: 6.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .navbar-site .navbar-brand {
    width: 24rem;
    height: 5.5rem;
  }
}
@media print {
  .navbar-site .navbar-brand {
    position: relative;
    background: none;
  }
  .navbar-site .navbar-brand::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: url(https://s3.amazonaws.com/img.mynetdiary.com/images/logo-dark.svg);
  }
  .navbar-site .navbar-brand::after {
    position: absolute;
    left: 105%;
    top: 28%;
    color: #818b9a;
    font-size: 34px;
  }
  .page-recipe .navbar-site .navbar-brand::after {
    content: "RECIPE";
  }
}
.layout_carb-genius .navbar-site .navbar-brand {
  width: 24rem;
  background-position: -76px 50%;
  background-size: auto 100%;
}
@media only screen and (max-width: 1366px) {
  .layout_carb-genius .navbar-site .navbar-brand {
    width: 22rem;
    background-position: -72px 50%;
  }
}
@media only screen and (max-width: 575px) {
  .layout_carb-genius .navbar-site .navbar-brand {
    margin-top: -8px;
    width: 20rem;
    background-position: 0 50%;
    background-image: url(https://s3.amazonaws.com/img.mynetdiary.com/keto/logo-big-carb-genius.png);
  }
}
.navbar-site .navbar-toggler .navbar-toggler-icon {
  width: 3.2rem;
  height: 3.3rem;
}
.navbar-site .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='square' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.slideout-open .navbar-site .navbar-toggler {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .navbar-site .navbar-collapse {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media print {
  .navbar-site .navbar-collapse {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .navbar-site .navbar-nav-site {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-site .navbar-nav-site {
    margin-top: 3rem;
    border-bottom: 0.1rem dashed #46618a;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-site .navbar-nav-site .nav-item {
    border-top: 0.1rem dashed #46618a;
  }
}
.navbar-site .navbar-nav-site .nav-item:hover .nav-link,
.navbar-site .navbar-nav-site .nav-item:focus .nav-link,
.navbar-site .navbar-nav-site .nav-item.active .nav-link {
  color: #fcf8b3;
  text-decoration: underline;
}
.navbar-site .navbar-nav-site .nav-item.active {
  font-weight: 500;
}
.navbar-site .navbar-nav-site .nav-link {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  .navbar-site .navbar-nav-site .nav-link[data-toggle="collapse"]::after {
    position: absolute;
    top: 1.8rem;
    right: 0;
    width: 1.6rem;
    height: 0.9rem;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' fill='rgb(103, 186, 16)' d='M15.059,8.284 C14.786,8.556 14.344,8.556 14.071,8.284 L7.980,2.195 L1.877,8.295 C1.604,8.568 1.161,8.568 0.888,8.295 C0.615,8.021 0.615,7.579 0.888,7.306 L7.319,0.878 C7.498,0.698 7.749,0.649 7.978,0.705 C8.208,0.649 8.458,0.698 8.637,0.877 L15.059,7.296 C15.332,7.569 15.332,8.011 15.059,8.284 Z' /%3e%3c/svg%3e");
    content: '';
  }
}
.navbar-site .navbar-nav-site .nav-link[data-toggle="collapse"].collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 9' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' fill='rgb(103, 186, 16)' d='M15.016,1.654 L8.629,8.182 C8.451,8.364 8.202,8.414 7.974,8.357 C7.746,8.414 7.497,8.364 7.318,8.181 L0.922,1.644 C0.651,1.366 0.651,0.916 0.922,0.638 C1.194,0.360 1.635,0.360 1.906,0.638 L7.975,6.841 L14.033,0.649 C14.305,0.372 14.745,0.372 15.016,0.649 C15.287,0.927 15.287,1.376 15.016,1.654 Z' /%3e%3c/svg%3e");
}
@media only screen and (max-width: 1366px) {
  .navbar-site .navbar-nav-site .nav-link {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-site .navbar-nav-site .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 2.5rem;
    font-size: 1.4rem;
    color: #46618a;
    text-align: left;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-site .navbar-nav-site .nav-link:hover,
  .navbar-site .navbar-nav-site .nav-link:focus {
    color: #46618a;
  }
}
.navbar-site .navbar-nav-site .dropdown {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .navbar-site .navbar-nav-site .dropdown .nav-link::after {
    position: absolute;
    top: 1.4rem;
    right: 0.2rem;
    width: 1.2rem;
    height: 1.2rem;
    background: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.6553 3.40717C10.9482 3.70006 10.9482 4.17494 10.6553 4.46783L6.53033 8.59283C6.23744 8.88572 5.76256 8.88572 5.46967 8.59283L1.34467 4.46783C1.05178 4.17494 1.05178 3.70006 1.34467 3.40717C1.63756 3.11428 2.11244 3.11428 2.40533 3.40717L6 7.00184L9.59467 3.40717C9.88756 3.11428 10.3624 3.11428 10.6553 3.40717Z' fill='white' /%3e%3c/svg%3e") 50% 50% no-repeat;
    content: '';
  }
}
@media only screen and (min-width: 768px) {
  .navbar-site .navbar-nav-site .dropdown:focus .nav-link::before,
  .navbar-site .navbar-nav-site .dropdown:hover .nav-link::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-site .navbar-nav-site .dropdown:focus .nav-link::after,
  .navbar-site .navbar-nav-site .dropdown:hover .nav-link::after {
    position: absolute;
    top: 1.4rem;
    right: 0.2rem;
    width: 1.2rem;
    height: 1.2rem;
    background: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.6553 8.59283C10.9482 8.29994 10.9482 7.82506 10.6553 7.53217L6.53033 3.40717C6.23744 3.11428 5.76256 3.11428 5.46967 3.40717L1.34467 7.53217C1.05178 7.82506 1.05178 8.29994 1.34467 8.59283C1.63756 8.88572 2.11244 8.88572 2.40533 8.59283L6 4.99816L9.59467 8.59283C9.88756 8.88572 10.3624 8.88572 10.6553 8.59283Z' fill='%23FCF8B3' /%3e%3c/svg%3e") 50% 50% no-repeat;
    content: '';
  }
}
@media only screen and (min-width: 768px) {
  .navbar-site .navbar-nav-site .dropdown:focus .dropdown-menu,
  .navbar-site .navbar-nav-site .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
  }
}
.navbar-site .navbar-subnav {
  padding-left: 0;
  list-style: none;
  padding-left: 2.5rem;
  font-size: 1.6rem;
}
.navbar-site .navbar-subnav > li {
  padding-bottom: 1rem;
}
.navbar-site .navbar-subnav_no-bullets > li > a {
  display: flex;
  align-items: center;
}
.navbar-site .navbar-subnav_no-bullets > li > a::before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .navbar-site .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    margin-top: -2px;
    padding: 4rem;
    min-width: 34rem;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    border-radius: 2.4rem;
    z-index: 1000;
    text-align: left;
    font-size: 2rem;
    opacity: 0;
    transform: translateX(-50%) translateY(1rem);
    pointer-events: none;
    transition: all 0.2s ease;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .navbar-site .dropdown-menu {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-site .dropdown-menu > li {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-site .dropdown-menu > li > a {
    position: relative;
    display: block;
    transition: all 0.15s ease-in-out 0s;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-site .dropdown-menu > li > a:hover,
  .navbar-site .dropdown-menu > li > a:focus {
    color: #268fd0;
    text-decoration: none;
  }
}
.navbar-site .dropdown-menu > li + li {
  margin-top: 2rem;
}
.navbar-site ._buttons .nav-item:last-child {
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .navbar-site ._buttons .nav-item:last-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-site ._buttons {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-site ._buttons .btn {
    min-width: 10rem;
    padding: 0.5rem 1.8rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-site ._buttons .btn-tertiary {
    border-color: rgba(107, 199, 45, 0.5);
  }
  .navbar-site ._buttons .btn-tertiary:hover,
  .navbar-site ._buttons .btn-tertiary:focus,
  .navbar-site ._buttons .btn-tertiary.focus {
    border-color: #0bb850;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-site .slideout-menu {
    position: fixed;
    top: 0;
    right: -26.5rem;
    bottom: 0;
    display: none;
    padding: 4rem 2rem 2rem;
    min-height: 100vh;
    height: auto;
    margin: 0;
    width: 26.5rem;
    box-shadow: inset 18px 0 20px -20px rgba(142, 112, 103, 0.67);
    overflow-y: scroll;
    background: #f0ece8 url(https://s3.amazonaws.com/img.mynetdiary.com/images/pattern-noisy.jpg) 0 0 repeat;
    -webkit-overflow-scrolling: auto;
    z-index: 0;
  }
}
.slideout-open .navbar-site .slideout-menu {
  display: block;
}
.navbar-site .btn-tertiary:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fcf8b3;
}
.navbar-site .btn-tertiary:focus,
.navbar-site .btn-tertiary.focus {
  box-shadow: none;
  color: #fff;
  background-color: #0bb850;
  border-color: #0bb850;
}
@media only screen and (min-width: 768px) {
  .navbar-site .btn-tertiary {
    color: #fff;
    border-color: #fff;
  }
  .navbar-site .btn-tertiary:hover,
  .navbar-site .btn-tertiary:focus,
  .navbar-site .btn-tertiary.focus {
    color: #fff;
    border-color: #fff;
  }
}
.navbar-site ._get-link {
  display: none;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1.7rem;
  color: #0bb850;
}
.navbar-site ._get-link:hover {
  text-decoration: none;
}
.navbar-site ._get-link > svg {
  margin-right: 1rem;
}
.navbar-site ._get-link > svg > path {
  fill: #0bb850;
}
@media only screen and (max-width: 767px) {
  .navbar-site_theme_logo .navbar-brand {
    margin-top: -4px !important;
    width: 20rem !important;
  }
}
.navbar-site_theme_logo ._get-link {
  display: none !important;
}
.fixed-top {
  position: fixed !important;
  z-index: 1030;
}
.fixed-top.in {
  padding-top: 0;
  padding-bottom: 0;
  height: 7rem;
  box-shadow: rgba(0, 0, 0, 0.11) 0 10px 16px;
  background: #fff;
}
@media only screen and (max-width: 1280px) {
  .fixed-top.in {
    align-items: flex-start;
    padding-top: 1rem;
    height: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .fixed-top.in {
    align-items: center;
    padding-top: 3px;
    height: 5rem;
  }
}
.fixed-top.in .navbar-brand {
  margin-top: -1rem;
  width: 22rem;
  height: 5rem;
  background-image: url(https://s3.amazonaws.com/img.mynetdiary.com/images/logo-dark.svg);
}
@media only screen and (max-width: 1280px) {
  .fixed-top.in .navbar-brand {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .fixed-top.in .navbar-brand {
    width: 3.6rem;
    height: 3.6rem;
    background-size: auto 36px;
    background-position: 0 center;
  }
}
.layout_carb-genius .fixed-top.in .navbar-brand {
  background-position: -56px 50%;
}
@media only screen and (max-width: 767px) {
  .layout_carb-genius .fixed-top.in .navbar-brand {
    background-position: 5px 50%;
    background-image: url(https://s3.amazonaws.com/img.mynetdiary.com/keto/logo-big-carb-genius.png);
  }
}
@media only screen and (max-width: 1280px) {
  .fixed-top.in .navbar-nav-site {
    bottom: 1rem;
  }
}
.fixed-top.in .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%230bb850' stroke-width='3' stroke-linecap='square' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media only screen and (min-width: 768px) {
  .fixed-top.in .nav-item.active .nav-link,
  .fixed-top.in .nav-item:hover .nav-link,
  .fixed-top.in .nav-item:focus .nav-link {
    color: #ff9945;
    text-decoration: underline;
  }
}
.fixed-top.in .nav-item.active .nav-link::after,
.fixed-top.in .nav-item:hover .nav-link::after,
.fixed-top.in .nav-item:focus .nav-link::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .fixed-top.in .nav-item.active .nav-link::after,
  .fixed-top.in .nav-item:hover .nav-link::after,
  .fixed-top.in .nav-item:focus .nav-link::after {
    display: block;
    background: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.6553 8.59283C10.9482 8.29994 10.9482 7.82506 10.6553 7.53217L6.53033 3.40717C6.23744 3.11428 5.76256 3.11428 5.46967 3.40717L1.34467 7.53217C1.05178 7.82506 1.05178 8.29994 1.34467 8.59283C1.63756 8.88572 2.11244 8.88572 2.40533 8.59283L6 4.99816L9.59467 8.59283C9.88756 8.88572 10.3624 8.88572 10.6553 8.59283Z' fill='%23ff9945' /%3e%3c/svg%3e") 50% 50% no-repeat !important;
  }
}
.fixed-top.in .nav-link {
  color: #46618a;
}
@media only screen and (min-width: 768px) {
  .fixed-top.in .nav-link::after {
    background: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.6553 3.40717C10.9482 3.70006 10.9482 4.17494 10.6553 4.46783L6.53033 8.59283C6.23744 8.88572 5.76256 8.88572 5.46967 8.59283L1.34467 4.46783C1.05178 4.17494 1.05178 3.70006 1.34467 3.40717C1.63756 3.11428 2.11244 3.11428 2.40533 3.40717L6 7.00184L9.59467 3.40717C9.88756 3.11428 10.3624 3.11428 10.6553 3.40717Z' fill='%2346618a' /%3e%3c/svg%3e") 50% 50% no-repeat !important;
  }
}
.fixed-top.in .btn-primary {
  border-color: rgba(138, 85, 70, 0.15);
}
.fixed-top.in .btn-tertiary {
  color: #0bb850;
}
.fixed-top.in .btn-tertiary:focus {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .fixed-top.in ._get-link {
    display: flex;
    align-items: center;
  }
}
.breadcrumbs {
  padding-left: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -40px;
  width: 100%;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .breadcrumbs {
    margin-top: 10px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumbs {
    font-size: 18px;
  }
}
.breadcrumbs__level {
  position: relative;
  padding-right: 1.8rem;
  margin-right: 1rem;
  color: #268fd0;
}
@media only screen and (max-width: 575px) {
  .breadcrumbs__level {
    padding-right: 1.6rem;
    margin-right: 0.8rem;
  }
}
.breadcrumbs__level::after {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 7px;
  height: 13px;
  background: url("data:image/svg+xml,%3csvg viewBox='0 0 7 13' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' fill='rgb(207, 192, 190)' d='M6.953,6.015 C7.039,6.361 6.962,6.738 6.687,7.008 L1.822,11.712 C1.402,12.124 0.721,12.124 0.300,11.712 C-0.120,11.300 -0.120,10.633 0.300,10.221 L4.652,6.013 L0.317,1.821 C-0.103,1.410 -0.103,0.743 0.317,0.332 C0.737,-0.079 1.417,-0.079 1.836,0.332 L6.687,5.022 C6.963,5.292 7.039,5.669 6.953,6.015 Z'/%3e%3c/svg%3e") 0 0 no-repeat;
  background-size: 7px auto;
  content: '';
}
@media only screen and (max-width: 575px) {
  .breadcrumbs__level::after {
    background-size: 5px auto;
  }
}
.footer-site {
  background: #fff url(https://s3.amazonaws.com/img.mynetdiary.com/images/pattern-grunge-400x400.jpg) 0 0 repeat;
}
@media print {
  .footer-site {
    background: none;
  }
}
.footer-site > .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  padding-top: 7rem;
  padding-bottom: 5.5rem;
}
@media only screen and (max-width: 1469px) {
  .footer-site > .container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 13rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer-site > .container {
    padding-top: 10rem;
  }
}
.footer-site > .container ._heading {
  margin: 3.2rem 0 3.6rem;
  color: #46618a;
  font-weight: 500;
}
@media only screen and (max-width: 1469px) {
  .footer-site > .container ._heading {
    margin-bottom: 1.6rem;
  }
}
@media print {
  .footer-site > .container {
    display: none !important;
  }
}
.footer-site ._logo {
  display: block;
  max-width: 29.4rem;
  margin-bottom: 2.4rem;
  width: 100%;
}
@media only screen and (max-width: 1469px) {
  .footer-site ._logo {
    position: absolute;
    top: 9rem;
    left: 1.5rem;
    max-width: 29.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer-site ._logo {
    max-width: 24rem;
  }
}
.layout_carb-genius .footer-site ._logo {
  overflow: hidden;
}
.layout_carb-genius .footer-site ._logo > img {
  margin-left: -76px;
}
@media only screen and (max-width: 1366px) {
  .layout_carb-genius .footer-site ._logo > img {
    margin-left: -70px;
  }
}
@media only screen and (max-width: 1366px) {
  .layout_carb-genius .footer-site ._logo > img {
    margin-left: -64px;
  }
}
@media only screen and (max-width: 991px) {
  .layout_carb-genius .footer-site ._logo > img {
    margin-left: -76px;
  }
}
@media only screen and (max-width: 575px) {
  .layout_carb-genius .footer-site ._logo > img {
    margin-left: -48px;
  }
}
.footer-site.__rounded {
  position: relative;
  overflow: hidden;
}
.footer-site.__rounded::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 120%;
  height: 12rem;
  background: #ffffff;
  border-radius: 0 0 50% 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media only screen and (max-width: 575px) {
  .footer-site.__rounded::before {
    height: 6rem;
  }
}
.footer-site.__rounded > .container {
  padding-top: 15rem;
}
@media only screen and (max-width: 1469px) {
  .footer-site.__rounded > .container {
    padding-top: 17rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer-site.__rounded > .container {
    padding-top: 12rem;
  }
}
.footer-site.__rounded > .container ._logo {
  top: 9rem;
}
@media only screen and (max-width: 575px) {
  .footer-site.__rounded > .container ._logo {
    top: 6rem;
  }
}
.footer-site ._section {
  margin-right: 1.5rem;
}
@media only screen and (max-width: 1469px) {
  .footer-site ._section {
    -ms-flex: 0 50%;
    -webkit-flex: 0 50%;
    flex: 0 50%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1469px) {
  .footer-site ._section:first-child {
    display: flex;
    flex-direction: column;
    flex: 0 100%;
    order: 5;
    padding-top: 0.5rem;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .footer-site ._section:nth-child(2) {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .footer-site ._section:nth-child(3) {
    order: 4;
  }
}
@media only screen and (max-width: 767px) {
  .footer-site ._section:nth-child(4) {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .footer-site ._section:last-child {
    order: 3;
  }
}
.footer-site .navbar-nav {
  padding-left: 0;
  list-style: none;
  margin: 0;
  font-size: 1.4rem;
  color: #beaeac;
}
@media only screen and (max-width: 575px) {
  .footer-site .navbar-nav {
    font-size: 1rem;
  }
}
.footer-site .navbar-nav > li {
  position: relative;
  margin: 0 0 2rem;
  padding-left: 2.4rem;
}
@media only screen and (max-width: 1280px) {
  .footer-site .navbar-nav > li {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer-site .navbar-nav > li {
    margin-bottom: 1rem;
  }
}
.footer-site .navbar-nav > li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  line-height: 1.4;
  content: '•';
}
@media only screen and (max-width: 1280px) {
  .footer-site .navbar-nav > li::before {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer-site .navbar-nav > li::before {
    font-size: 1.4rem;
  }
}
.footer-site .navbar-nav > li > a {
  font-size: 2rem;
  vertical-align: sub;
}
@media only screen and (max-width: 1280px) {
  .footer-site .navbar-nav > li > a {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer-site .navbar-nav > li > a {
    font-size: 1.4rem;
  }
}
.footer-site__scores {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 991px) {
  .footer-site__scores {
    flex-direction: row;
  }
}
@media only screen and (max-width: 575px) {
  .footer-site__scores {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .footer-site ._stores {
    margin-top: 1.6rem;
  }
}
.footer-site ._stores .__item {
  display: inline-block;
  max-width: 14.4rem;
}
@media only screen and (max-width: 1280px) {
  .footer-site ._stores .__item {
    max-width: 13rem;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-site ._stores .__item {
    max-width: 12rem;
  }
}
@media only screen and (max-width: 991px) {
  .footer-site ._stores .__item {
    max-width: none;
    width: 15rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer-site ._stores .__item {
    width: 13rem;
  }
}
.footer-site ._stores .__item + .__item {
  margin-left: 1rem;
}
.footer-site ._stats {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 2rem;
}
@media only screen and (max-width: 991px) {
  .footer-site ._stats {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer-site ._stats {
    font-size: 1.4rem;
  }
}
.footer-site ._stats--trustpilot {
  flex-shrink: 0;
  gap: 0;
  line-height: 0;
}
.footer-site ._stats--trustpilot .trustpilot-widget {
  min-width: 11rem;
  min-height: 15rem;
}
.footer-site .list-share {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 575px) {
  .footer-site .list-share {
    margin-top: 2.5rem;
  }
}
.footer-site .copyright {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  border-top: 1px solid rgba(143, 112, 102, 0.08);
  background-color: rgba(143, 112, 102, 0.05);
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px) {
  .footer-site .copyright {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer-site .copyright {
    font-size: 1.4rem;
  }
}
@media print {
  .footer-site .copyright {
    display: none !important;
  }
}
.footer-site .copyright > .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .footer-site .copyright > .container {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.footer-site .copyright__text {
  font-size: 1.8rem;
  font-weight: 400;
}
.footer-site .copyright__links a {
  color: #0bb850;
}
.footer-site_theme_rounded-top {
  position: relative;
  padding-top: 5rem;
  overflow: hidden;
}
.footer-site_theme_rounded-top::before {
  position: absolute;
  top: -54rem;
  left: -5rem;
  right: -5rem;
  display: block;
  width: auto;
  height: 60rem;
  background: #fff;
  content: '';
  border-bottom-right-radius: 100rem 5rem;
  border-bottom-left-radius: 100rem 5rem;
  z-index: 1000;
}
.list-share {
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 3.2rem;
}
.list-share a {
  text-decoration: none;
}
.list-share a:hover,
.list-share afocus {
  text-decoration: none;
  outline: none;
}
.section-header {
  position: relative;
  padding-top: 20rem;
  padding-bottom: 7rem;
  overflow: hidden;
  margin-top: -14rem;
  font-size: 2.6rem;
  color: #fff;
  z-index: 0;
}
@media only screen and (max-width: 1280px) {
  .section-header {
    margin-top: -12rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-header {
    padding-bottom: 5rem;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-header {
    margin-top: -10rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header {
    padding-top: 14rem;
    text-align: center;
  }
}
@media print {
  .section-header {
    margin-top: 0;
    padding-bottom: 0;
    color: #46618a;
    overflow: initial;
  }
}
.section-header::before {
  position: absolute;
  top: 0;
  left: -5rem;
  right: -5rem;
  bottom: 0;
  height: 100%;
  background: #4ea403;
  background: #05963d url(https://s3.amazonaws.com/img.mynetdiary.com/images/texture-noise@1x.png) 0 0 repeat;
  background: url(https://s3.amazonaws.com/img.mynetdiary.com/images/texture-noise@1x.png), radial-gradient(ellipse at top, #05b24a 0%, #05963d 60%);
  overflow: hidden;
  border-bottom-right-radius: 100rem 5rem;
  border-bottom-left-radius: 100rem 5rem;
  box-shadow: inset rgba(9, 108, 46, 0.76) 0 -2.3rem 10.7rem;
  z-index: 1;
  content: '';
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min--moz-device-pixel-ratio: 1.25), only screen and ( -o-min-device-pixel-ratio: 1.25/1), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {
}
@media only screen and (max-width: 1469px) {
  .section-header::before {
    left: -3rem;
    right: -3rem;
  }
}
@media only screen and (max-width: 1366px) {
  .section-header::before {
    left: -2rem;
    right: -2rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-header::before {
    left: -1rem;
    right: -1rem;
  }
}
@media print {
  .section-header::before {
    display: none !important;
  }
}
.section-header ._headline,
.section-header .section-toprated ._features .__item .__heading {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #268fd0;
  letter-spacing: -0.02em;
  font-size: 2.8rem;
  line-height: 1.15;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 7rem;
}
@media only screen and (max-width: 991px) {
  .section-header ._headline,
  .section-header .section-toprated ._features .__item .__heading {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header ._headline,
  .section-header .section-toprated ._features .__item .__heading {
    font-size: 2.2rem;
  }
}
@media print {
  .section-header ._headline,
  .section-header .section-toprated ._features .__item .__heading {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 480px) {
  .section-header ._headline,
  .section-header .section-toprated ._features .__item .__heading {
    font-size: 2.4rem;
  }
}
.section-header .list-share {
  margin-top: 10rem;
  font-size: 2rem;
  color: #46618a;
}
@media only screen and (max-width: 1469px) {
  .section-header .list-share {
    margin-top: 6rem;
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-header .list-share {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-header .list-share {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header .list-share {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .section-header .list-share > li {
    -ms-flex: 0 26%;
    -webkit-flex: 0 26%;
    flex: 0 26%;
    margin: 1rem 0;
  }
}
.section-header .badge {
  font-size: 2rem;
}
@media only screen and (max-width: 1366px) {
  .section-header .badge {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-header .badge {
    font-size: 1.6rem;
    border-radius: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-header .badge {
    border-radius: 0.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header .badge {
    border-radius: 0.4rem;
  }
}
.section-header._to-article {
  padding-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .section-header._to-article {
    padding-top: 13rem;
  }
}
.section-header._to-article::before {
  height: 77%;
}
@media only screen and (max-width: 1280px) {
  .section-header._to-article::before {
    height: 62%;
  }
}
.section-header._to-article > .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  font-size: 2.6rem;
  z-index: 5;
}
@media only screen and (max-width: 1469px) {
  .section-header._to-article > .container {
    max-width: 127rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-header._to-article > .container {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-bottom: 12rem;
    max-width: 66rem;
    margin: 0 auto;
    font-size: 2.4rem;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .section-header._to-article > .container {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-header._to-article > .container {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 690px) {
  .section-header._to-article > .container {
    max-width: none;
  }
}
@media only screen and (max-width: 575px) {
  .section-header._to-article > .container {
    padding-bottom: 18rem;
  }
}
@media print {
  .section-header._to-article > .container {
    max-width: none;
  }
}
.section-header._to-article > .container ._article-meta {
  -ms-flex: 0 50%;
  -webkit-flex: 0 50%;
  flex: 0 50%;
  padding-left: 10rem;
}
@media only screen and (max-width: 1469px) {
  .section-header._to-article > .container ._article-meta {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .section-header._to-article > .container ._article-meta {
    -ms-flex: 0 1;
    -webkit-flex: 0 1;
    flex: 0 1;
  }
}
.section-header._to-article > .container ._article-meta .__headline {
  margin: 1rem 0 2.5rem;
  color: #fff;
  line-height: 1;
}
.section-header._to-article > .container ._article-meta .__info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 2rem;
  color: #fcf8b3;
}
@media only screen and (max-width: 1469px) {
  .section-header._to-article > .container ._article-meta .__info {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-header._to-article > .container ._article-meta .__info {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-header._to-article > .container ._article-meta .__info {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header._to-article > .container ._article-meta .__info {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.section-header._to-article > .container ._article-meta .__info > li {
  margin-right: 2.5rem;
}
@media only screen and (max-width: 1280px) {
  .section-header._to-article > .container ._article-meta .__info > li {
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .section-header._to-article > .container ._article-meta .__info > li {
    margin: 0.5rem 0;
  }
}
.section-header._to-article > .container ._article-meta .__info a {
  color: #fcf8b3;
}
.section-header._to-article > .container ._article-meta .__info svg {
  position: relative;
  top: 0.4rem;
  margin-right: 0.5rem;
  vertical-align: initial;
}
@media only screen and (max-width: 1280px) {
  .section-header._to-article > .container ._article-meta .__info svg {
    width: 1.8rem;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .section-header._to-article > .container ._article-meta .__info svg {
    width: 1.6rem;
  }
}
.section-header._to-article > .container ._article-thumbnail {
  -ms-flex: 0 45.83%;
  -webkit-flex: 0 45.83%;
  flex: 0 45.83%;
}
@media only screen and (max-width: 1280px) {
  .section-header._to-article > .container ._article-thumbnail {
    -ms-flex: 0 1;
    -webkit-flex: 0 1;
    flex: 0 1;
    margin-top: 3rem;
  }
}
.section-header._to-article > .container ._article-thumbnail .img-fluid {
  border-radius: 2rem;
  border: 1px solid #d6cbc4;
  box-shadow: rgba(0, 0, 0, 0.28) 0 39px 57px -39px;
}
@media only screen and (max-width: 1469px) {
  .section-header._to-article > .container ._article-thumbnail .img-fluid {
    box-shadow: rgba(0, 0, 0, 0.28) 0 27px 45px -27px;
  }
}
@media only screen and (max-width: 1366px) {
  .section-header._to-article > .container ._article-thumbnail .img-fluid {
    border-radius: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-header._to-article > .container ._article-thumbnail .img-fluid {
    border-radius: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header._to-article > .container ._article-thumbnail .img-fluid {
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.28) 0 5px 23px -5px;
  }
}
.section-header._to-blog {
  padding-top: 12rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 1280px) {
  .section-header._to-blog {
    padding-top: 15rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-header._to-blog {
    padding-top: 14rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-header._to-blog {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header._to-blog {
    padding-bottom: 2rem;
    text-align: left;
  }
}
@media print {
  .section-header._to-blog {
    padding-top: 0;
  }
}
.section-header._to-blog::before {
  height: 60%;
}
@media only screen and (max-width: 1280px) {
  .section-header._to-blog::before {
    height: 65%;
  }
}
@media only screen and (max-width: 991px) {
  .section-header._to-blog::before {
    height: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .section-header._to-blog::before {
    height: 90%;
  }
}
.section-header._to-blog > .container {
  position: relative;
  max-width: 127rem;
  font-size: 2.6rem;
  z-index: 5;
}
@media only screen and (max-width: 1280px) {
  .section-header._to-blog > .container {
    position: relative;
    max-width: 102.4rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-header._to-blog > .container {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-header._to-blog > .container {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 690px) {
  .section-header._to-blog > .container {
    max-width: none;
  }
}
@media only screen and (max-width: 575px) {
  .section-header._to-blog > .container {
    padding-bottom: 0;
  }
}
@media print {
  .section-header._to-blog > .container {
    max-width: none;
  }
}
.section-header._to-blog > .container ._blog-meta .__headline {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #268fd0;
  letter-spacing: -0.02em;
  font-size: 2.8rem;
  line-height: 1.15;
  margin: 1rem 0 1.5rem;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .section-header._to-blog > .container ._blog-meta .__headline {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header._to-blog > .container ._blog-meta .__headline {
    font-size: 2.2rem;
  }
}
@media print {
  .section-header._to-blog > .container ._blog-meta .__headline {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-header._to-blog > .container ._blog-meta .__headline {
    margin-bottom: 1rem;
  }
}
.section-header._to-blog > .container ._blog-meta .__info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 2rem;
  color: #fcf8b3;
}
@media only screen and (max-width: 1469px) {
  .section-header._to-blog > .container ._blog-meta .__info {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-header._to-blog > .container ._blog-meta .__info {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-header._to-blog > .container ._blog-meta .__info {
    font-size: 1.6rem;
  }
}
.section-header._to-blog > .container ._blog-meta .__info > li + li {
  margin-left: 2.5rem;
}
.section-header._to-blog > .container ._blog-meta .__info a {
  color: #fcf8b3;
}
.section-header._to-blog > .container ._blog-meta .__info svg {
  position: relative;
  top: 0.4rem;
  margin-right: 0.5rem;
  vertical-align: initial;
}
@media only screen and (max-width: 1280px) {
  .section-header._to-blog > .container ._blog-meta .__info svg {
    width: 1.8rem;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .section-header._to-blog > .container ._blog-meta .__info svg {
    width: 1.6rem;
  }
}
.section-header._to-blog > .container ._blog-meta .__lead {
  margin: 5rem 0 8rem;
  font-size: 3.2rem;
  line-height: 1.45;
}
@media only screen and (max-width: 1469px) {
  .section-header._to-blog > .container ._blog-meta .__lead {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1366px) {
  .section-header._to-blog > .container ._blog-meta .__lead {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-header._to-blog > .container ._blog-meta .__lead {
    margin: 4rem 0 6rem;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-header._to-blog > .container ._blog-meta .__lead {
    margin: 3rem 0 4rem;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header._to-blog > .container ._blog-meta .__lead {
    margin: 2rem 0 3rem;
  }
}
.section-header._to-blog > .container .list-share {
  margin-top: 7rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1280px) {
  .section-header._to-blog > .container .list-share {
    position: static;
  }
}
@media only screen and (max-width: 575px) {
  .section-header._to-blog > .container .list-share {
    margin-top: 3rem;
  }
}
.section-header._to-blog ._recipe-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .section-header._to-blog ._recipe-header {
    flex-direction: column;
    text-align: center;
    padding-top: 0;
  }
}
.section-header._to-blog ._recipe-header .__headline {
  margin: 1rem 0 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-header._to-blog ._recipe-header .__headline {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .section-header._to-blog ._recipe-header .__headline {
    margin-bottom: 0;
  }
}
.section-header._to-blog ._recipe-thumbnail {
  position: relative;
  margin: 0;
  width: 40%;
  order: 2;
}
@media only screen and (max-width: 991px) {
  .section-header._to-blog ._recipe-thumbnail {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .section-header._to-blog ._recipe-thumbnail {
    width: auto;
  }
}
@media print {
  .section-header._to-blog ._recipe-thumbnail {
    order: 1;
  }
}
.section-header._to-blog ._recipe-thumbnail .img-fluid {
  border-radius: 1.5rem;
  border: 1px solid #d6cbc4;
  box-shadow: rgba(0, 0, 0, 0.58) 0 29px 47px -29px;
}
@media only screen and (max-width: 767px) {
  .section-header._to-blog ._recipe-thumbnail .img-fluid {
    border-radius: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header._to-blog ._recipe-thumbnail .img-fluid {
    border-radius: 0.5rem;
  }
}
.section-header._to-blog ._recipe-meta {
  width: 55%;
  order: 1;
}
@media only screen and (max-width: 991px) {
  .section-header._to-blog ._recipe-meta {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .section-header._to-blog ._recipe-meta {
    width: auto;
  }
}
.section-header._to-blog ._recipe-meta .badge {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1280px) {
  .section-header._to-blog ._recipe-meta .badge {
    font-size: 1.6rem;
  }
}
@media print {
  .section-header._to-blog ._recipe-meta .badge {
    display: none;
  }
}
@media print {
  .section-header._to-blog ._recipe-meta {
    order: 2;
  }
}
.section-header._to-blog ._recipe-total {
  padding-left: 0;
  list-style: none;
  display: flex;
  margin: 0;
  font-size: 2rem;
  text-align: center;
  color: #fcf8b3;
}
@media only screen and (max-width: 1280px) {
  .section-header._to-blog ._recipe-total {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-header._to-blog ._recipe-total {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .section-header._to-blog ._recipe-total {
    margin-bottom: 3rem;
    justify-content: center;
    font-size: 1.6rem;
  }
}
@media print {
  .section-header._to-blog ._recipe-total {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.6rem;
    border-top: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    color: #02A2C4;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-header._to-blog ._recipe-total > li {
    margin-top: 2.5rem;
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .section-header._to-blog ._recipe-total > li {
    margin-top: 2.5rem;
    width: 50%;
  }
}
.section-header._to-blog ._recipe-total .__value {
  display: block;
  font-size: 2.8rem;
  line-height: 1;
}
@media only screen and (max-width: 1280px) {
  .section-header._to-blog ._recipe-total .__value {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-header._to-blog ._recipe-total .__value {
    font-size: 2rem;
  }
}
@media print {
  .section-header._to-blog ._recipe-total .__value {
    font-size: 2.2rem;
  }
}
.section-header._to-blog ._recipe-total .__value > strong {
  font-size: 3.6rem;
}
@media only screen and (max-width: 1280px) {
  .section-header._to-blog ._recipe-total .__value > strong {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-header._to-blog ._recipe-total .__value > strong {
    font-size: 2.8rem;
  }
}
@media print {
  .section-header._to-blog ._recipe-total .__value > strong {
    font-size: 3rem;
  }
}
.section-header._to-blog ._recipe-total .__divider {
  margin: 0 3%;
  border-right: 1px solid #fcf8b3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-header._to-blog ._recipe-total .__divider {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .section-header._to-blog ._recipe-total .__divider {
    display: none;
  }
}
@media print {
  .section-header._to-blog ._recipe-total .__divider {
    border-color: #e8e8e8;
  }
}
.section-header._to-blog ._author {
  margin-bottom: 8rem;
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1280px) {
  .section-header._to-blog ._author {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-header._to-blog ._author {
    margin-bottom: 7rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-header._to-blog ._author {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 5rem;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .section-header._to-blog ._author {
    margin-bottom: 8rem;
    font-size: 2rem;
  }
}
.section-header._to-blog ._author ._thumbnail {
  margin-right: 6rem;
  width: 30.4rem;
  height: 30.4rem;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.28) 0 39px 57px -39px;
}
@media only screen and (max-width: 1280px) {
  .section-header._to-blog ._author ._thumbnail {
    margin-right: 4rem;
    width: 26rem;
    height: 26rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-header._to-blog ._author ._thumbnail {
    width: 20rem;
    height: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-header._to-blog ._author ._thumbnail {
    margin: 0 0 3rem;
    width: 16rem;
    height: 16rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header._to-blog ._author ._thumbnail {
    margin-bottom: 2rem;
    width: 14rem;
    height: 14rem;
  }
}
.section-header._to-blog ._author .media-heading {
  margin-bottom: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .section-header._to-blog ._author .media-heading {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header._to-blog ._author .media-heading {
    font-size: 3.8rem;
  }
}
.section-header._to-blog ._author .__subtitle {
  margin: 0 0 3rem;
}
@media only screen and (max-width: 767px) {
  .section-header._to-blog ._author .__subtitle {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header._to-blog ._author .__subtitle {
    margin: 0.5rem 0 1.5rem;
    font-size: 2.6rem;
  }
}
.section-header._to-blog ._author q {
  display: block;
  padding-top: 3.7rem;
  padding-left: 4.5rem;
  margin-top: -2rem;
  margin-left: -4.5rem;
  min-height: 7.5rem;
  color: #fcf8b3;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 89 73' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd'  opacity='0.2' fill='rgb(252, 248, 179)' d='M-0.001,72.994 L36.867,72.994 L36.867,38.579 L25.259,35.391 L37.215,4.593 L29.014,-0.008 L-0.001,38.579 L-0.001,72.994 ZM51.782,72.994 L88.651,72.994 L88.651,38.579 L77.042,35.391 L88.999,4.593 L80.798,-0.008 L51.782,38.579 L51.782,72.994 Z'/%3e%3c/svg%3e");
  background-position: 0 0;
  background-size: 89px auto;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .section-header._to-blog ._author q {
    padding-top: 2.7rem;
    padding-left: 3.5rem;
    margin-left: -3.5rem;
    min-height: 5.8rem;
    background-size: 69px auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-header._to-blog ._author q {
    padding-top: 2.5rem;
    padding-left: 1rem;
    margin-left: -1rem;
    background-size: 64px auto;
    background-position: 50% 0;
  }
}
.section-header._theme-filled {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 575px) {
  .section-header._theme-filled {
    margin-bottom: 5rem;
  }
}
@media print {
  .section-header._theme-filled {
    margin-bottom: 3rem;
  }
}
.section-header._theme-filled::before {
  height: 100%;
}
.section-header .navbar-nav-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.section-header .navbar-nav-header .nav-item:first-child > .nav-link::before {
  display: none;
}
.section-header .navbar-nav-header .nav-link {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
  color: #fff;
  font-size: 2.7rem;
  text-align: center;
}
.section-header .navbar-nav-header .nav-link::before {
  display: block;
  position: absolute;
  top: 2.4rem;
  left: -0.2rem;
  height: 0.5rem;
  width: 0.5rem;
  content: '';
  background: #fcf8b3;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1366px) {
  .section-header .navbar-nav-header .nav-link::before {
    top: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-header .navbar-nav-header .nav-link::before {
    height: 0.4rem;
    width: 0.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header .navbar-nav-header .nav-link::before {
    display: none;
  }
}
@media only screen and (max-width: 1366px) {
  .section-header .navbar-nav-header .nav-link {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-header .navbar-nav-header .nav-link {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header .navbar-nav-header .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.6rem;
  }
}
.section-header .navbar-nav-header .nav-link:hover,
.section-header .navbar-nav-header .nav-link:focus {
  color: #fcf8b3;
}
.section-header ._recipe-cals {
  position: absolute;
  right: 30px;
  top: -85px;
  padding: 2rem 1.5rem 1rem;
  background: #fff;
  border: 1px solid #d6cbc4;
  border-radius: 1rem 1rem 0 0;
  font-size: 1.6rem;
  color: #0bb850;
  text-align: center;
  line-height: 1;
  z-index: -1;
}
@media only screen and (max-width: 1280px) {
  .section-header ._recipe-cals {
    top: -75px;
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-header ._recipe-cals {
    top: 15px;
    right: 15px;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    z-index: 1;
  }
}
@media only screen and (max-width: 575px) {
  .section-header ._recipe-cals {
    top: 10px;
    right: 10px;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 1.4rem;
  }
}
@media print {
  .section-header ._recipe-cals {
    top: -140px;
    right: 50px;
    padding: 3rem 2rem 1rem;
    border-radius: 0 0 1rem 1rem;
    border-top: none;
  }
}
.section-header ._recipe-cals > strong {
  display: block;
  font-size: 4rem;
}
@media only screen and (max-width: 1280px) {
  .section-header ._recipe-cals > strong {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-header ._recipe-cals > strong {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header ._recipe-cals > strong {
    font-size: 2.8rem;
  }
}
@media print {
  .section-header ._recipe-cals > strong {
    font-size: 50px;
  }
}
.author-logos {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -13.5rem;
}
@media only screen and (max-width: 991px) {
  .author-logos {
    margin-top: -13rem;
  }
}
@media only screen and (max-width: 767px) {
  .author-logos {
    margin-top: -12rem;
  }
}
.author-logos__list {
  display: flex;
  justify-content: space-between;
  padding: 3rem 1rem;
  border: 1px solid #eaeaea;
  border-radius: 2.6rem;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1280px) {
  .author-logos__list {
    border-radius: 2.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .author-logos__list {
    padding: 2.5rem 1rem;
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .author-logos__list {
    padding: 2rem 1rem;
    border-radius: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .author-logos__list {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem;
    max-width: 36rem;
  }
}
.author-logos__img {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  height: 6rem;
}
@media only screen and (max-width: 1280px) {
  .author-logos__img {
    height: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .author-logos__img {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .author-logos__img {
    margin-left: 1rem;
    margin-right: 1rem;
    height: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .author-logos__img {
    margin: 1rem 1.1rem;
  }
}
.section-toprated {
  padding-top: 11rem;
  padding-bottom: 9.5rem;
  text-align: center;
  font-size: 3.2rem;
}
@media only screen and (max-width: 1469px) {
  .section-toprated {
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .section-toprated {
    padding-bottom: 3.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-toprated {
    padding-top: 8rem;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-toprated {
    padding-top: 6rem;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-toprated {
    padding-top: 4rem;
    padding-bottom: 6rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-toprated ._score > img {
    max-width: 6.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-toprated ._score > img {
    max-width: 5rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-toprated ._score > img {
    max-width: 3.2rem;
  }
}
.section-toprated ._headline,
.section-toprated .section-toprated ._features .__item .__heading {
  margin: 8.5rem 0 7rem;
}
@media only screen and (max-width: 991px) {
  .section-toprated ._headline,
  .section-toprated .section-toprated ._features .__item .__heading {
    margin: 6.5rem 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-toprated ._headline,
  .section-toprated .section-toprated ._features .__item .__heading {
    margin: 4.5rem 0 3rem;
  }
}
.section-toprated blockquote {
  margin: 0 6% 9rem;
}
@media only screen and (max-width: 991px) {
  .section-toprated blockquote {
    margin-bottom: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-toprated blockquote {
    margin-bottom: 5rem;
  }
}
.section-toprated ._more {
  text-transform: uppercase !important;
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .section-toprated ._more {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-toprated ._more {
    font-size: 2rem;
  }
}
.section-toprated ._reviews {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto 2rem;
  max-width: 64rem;
}
@media only screen and (max-width: 575px) {
  .section-toprated ._reviews {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.section-toprated ._reviews::before {
  position: absolute;
  left: 50%;
  top: 1.5rem;
  bottom: 1.5rem;
  width: 0.1rem;
  border-left: 1px dashed #bab0ab;
  content: '';
}
@media only screen and (max-width: 575px) {
  .section-toprated ._reviews::before {
    top: 50%;
    left: 30%;
    right: 30%;
    bottom: auto;
    width: auto;
    height: 0.1rem;
    border: none;
    border-top: 1px dashed #bab0ab;
  }
}
@media only screen and (max-width: 575px) {
  .section-toprated ._reviews .__item {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.section-toprated ._reviews .__item .___platform {
  display: block;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 4.6rem;
}
@media only screen and (max-width: 991px) {
  .section-toprated ._reviews .__item .___platform {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-toprated ._reviews .__item .___platform {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-toprated ._reviews .__item .___platform {
    font-size: 3.2rem;
  }
}
.section-toprated ._reviews .__item .___platform svg {
  margin-right: 1rem;
  vertical-align: sub;
}
@media only screen and (max-width: 991px) {
  .section-toprated ._reviews .__item .___platform svg {
    max-width: 5.2rem;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-toprated ._reviews .__item .___platform svg {
    max-width: 4.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-toprated ._reviews .__item .___platform svg {
    max-width: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-toprated ._reviews .__item .___score > img {
    max-width: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-toprated ._reviews .__item .___score > img {
    max-width: 3.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-toprated ._reviews .__item .___score > img {
    max-width: 3.2rem;
  }
}
.section-toprated ._reviews p {
  width: 100%;
}
.section-toprated ._features {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 12rem;
  padding-top: 12rem;
  padding-bottom: 12rem;
  border-top: 0.1rem dashed #e1cdbe;
}
@media only screen and (max-width: 1366px) {
  .section-toprated ._features {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 991px) {
  .section-toprated ._features {
    display: block !important;
    margin-top: 10rem;
    padding-top: 6.5rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-toprated ._features {
    margin-top: 8rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-toprated ._features {
    margin-top: 5rem;
    padding-bottom: 2rem;
  }
}
.section-toprated ._features .__item {
  font-size: 2.7rem;
}
@media only screen and (max-width: 1469px) {
  .section-toprated ._features .__item {
    -ms-flex: 0 32%;
    -webkit-flex: 0 32%;
    flex: 0 32%;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1366px) {
  .section-toprated ._features .__item {
    -ms-flex: 0 30%;
    -webkit-flex: 0 30%;
    flex: 0 30%;
  }
}
@media only screen and (max-width: 991px) {
  .section-toprated ._features .__item {
    margin: 0 auto 6rem;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-toprated ._features .__item {
    margin-bottom: 5rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-toprated ._features .__item {
    font-size: 1.6rem;
  }
}
.section-toprated ._features .__item .__heading {
  margin: 6rem 0 4rem;
}
@media only screen and (max-width: 1469px) {
  .section-toprated ._features .__item .__heading {
    margin: 5rem 0 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-toprated ._features .__item .__heading {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-toprated ._features .__item .__heading {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-toprated ._features .__item .__heading {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}
.section-toprated ._features .__item .__heading a {
  color: #268fd0;
}
.section-toprated ._features .__item .img-fluid {
  border-radius: 1.5rem;
}
@media only screen and (max-width: 575px) {
  .section-toprated ._features .__item .img-fluid {
    border-radius: 1rem;
  }
}
.section-toprated small {
  font-size: 2.2rem;
}
.section-cta {
  position: relative;
  margin-bottom: -3.5rem;
  overflow: hidden;
}
@media print {
  .section-cta {
    display: none !important;
  }
}
.section-cta::before {
  position: absolute;
  top: -54rem;
  left: -5rem;
  right: -5rem;
  display: block;
  width: auto;
  height: 60rem;
  background: #fff;
  content: '';
  border-bottom-right-radius: 100rem 5rem;
  border-bottom-left-radius: 100rem 5rem;
  z-index: 1000;
  box-shadow: rgba(82, 19, 0, 0.3) 0 -2.2rem 8.2rem;
}
.section-cta ._wrapper {
  margin-left: -5rem;
  margin-right: -5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  background: #fc933b url(https://s3.amazonaws.com/img.mynetdiary.com/images/texture-noise@1x.png) 0 0 repeat;
  background: url(https://s3.amazonaws.com/img.mynetdiary.com/images/texture-noise@1x.png), radial-gradient(ellipse at top, #fdb941 0, #fc8a38 100%);
  overflow: hidden;
  border-bottom-right-radius: 100rem 5rem;
  border-bottom-left-radius: 100rem 5rem;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min--moz-device-pixel-ratio: 1.25), only screen and ( -o-min-device-pixel-ratio: 1.25/1), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {
}
.section-cta .__layers {
  position: relative;
  z-index: 1;
}
.section-cta .__layers::before {
  position: absolute;
  bottom: -100%;
  left: -17%;
  width: 96rem;
  height: 96rem;
  border: 0.1rem dashed #d26511;
  border-radius: 50%;
  content: '';
  z-index: 1;
}
@media only screen and (max-width: 1469px) {
  .section-cta .__layers::before {
    bottom: -80%;
    left: -20%;
    width: 80rem;
    height: 80rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-cta .__layers::before {
    bottom: -73%;
    left: -15%;
    width: 63rem;
    height: 63rem;
  }
}
@media only screen and (max-width: 1024px) {
  .section-cta .__layers::before {
    bottom: -50%;
    left: -25%;
    width: 48rem;
    height: 48rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-cta .__layers::before {
    display: none;
  }
}
.section-cta .__layers::after {
  position: absolute;
  top: -60%;
  left: 41%;
  width: 80rem;
  height: 80rem;
  border: 0.1rem dashed #d26511;
  border-radius: 50%;
  content: '';
  z-index: 1;
}
@media only screen and (max-width: 1469px) {
  .section-cta .__layers::after {
    top: -62%;
    left: 36%;
    width: 65rem;
    height: 65rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-cta .__layers::after {
    top: -50%;
    left: 42%;
    width: 55rem;
    height: 55rem;
  }
}
@media only screen and (max-width: 1024px) {
  .section-cta .__layers::after {
    top: -40%;
    left: 45%;
    width: 40rem;
    height: 40rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-cta .__layers::after {
    display: none;
  }
}
.section-cta .container {
  position: relative;
  padding-top: 22rem;
  padding-bottom: 15rem;
  z-index: 2;
}
@media only screen and (max-width: 1469px) {
  .section-cta .container {
    padding-top: 14%;
    padding-bottom: 11%;
  }
}
@media only screen and (max-width: 991px) {
  .section-cta .container {
    padding-top: 12rem;
    padding-bottom: 0;
    text-align: center;
  }
}
.section-cta .container .__layer-devices {
  position: absolute;
  bottom: -1rem;
  right: -5.5rem;
  max-width: 59.86%;
}
@media only screen and (max-width: 1600px) {
  .section-cta .container .__layer-devices {
    right: 0;
  }
}
@media only screen and (max-width: 1469px) {
  .section-cta .container .__layer-devices {
    max-width: 56%;
    right: 1.5rem;
    bottom: -0.8rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-cta .container .__layer-devices {
    max-width: 50%;
    bottom: -0.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-cta .container .__layer-devices {
    position: static;
    margin: 6rem auto -0.6rem;
    max-width: 90%;
  }
}
.section-cta ._headline,
.section-cta .section-toprated ._features .__item .__heading {
  margin: 0 0 5rem;
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  .section-cta ._headline,
  .section-cta .section-toprated ._features .__item .__heading {
    margin-bottom: 3rem;
  }
}
.section-cta .btn-secondary {
  min-width: 22rem;
  border-color: rgba(186, 61, 0, 0.39);
}
.section-cta .btn-secondary::before {
  box-shadow: rgba(191, 76, 4, 0.63) 0 25px 30px -20px;
}
.section-cta .btn-secondary:focus,
.section-cta .btn-secondary.focus {
  border-color: rgba(186, 61, 0, 0.39);
}
.section-cta .btn-secondary:focus::before,
.section-cta .btn-secondary.focus::before {
  box-shadow: rgba(191, 76, 4, 0.63) 0 5px 5px -5px;
}
.section-digest {
  padding-top: 13rem;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 991px) {
  .section-digest {
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-digest {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-digest {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.section-digest > .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 15rem;
}
@media only screen and (max-width: 1280px) {
  .section-digest > .container {
    display: block !important;
    margin-bottom: 13rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-digest > .container {
    margin-bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-digest > .container {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-digest > .container {
    margin-bottom: 5rem;
  }
}
.section-digest ._headline,
.section-digest .section-toprated ._features .__item .__heading {
  margin: 0 0 10rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-digest ._headline,
  .section-digest .section-toprated ._features .__item .__heading {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-digest ._headline,
  .section-digest .section-toprated ._features .__item .__heading {
    margin-bottom: 6rem;
  }
}
.section-digest ._lead {
  -ms-flex: 0 45.83%;
  -webkit-flex: 0 45.83%;
  flex: 0 45.83%;
  position: relative;
  font-size: 2rem;
}
@media only screen and (max-width: 1366px) {
  .section-digest ._lead {
    -ms-flex: 0 40%;
    -webkit-flex: 0 40%;
    flex: 0 40%;
  }
}
@media only screen and (max-width: 1280px) {
  .section-digest ._lead {
    display: block !important;
    margin: 0 auto 4rem;
    max-width: 72rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-digest ._lead {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-digest ._lead {
    max-width: 55rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-digest ._lead {
    margin-bottom: 3rem;
  }
}
.section-digest ._lead .img-fluid {
  margin-bottom: 3rem;
  border-radius: 2rem;
  border: 1px solid #d6cbc4;
}
@media only screen and (max-width: 1366px) {
  .section-digest ._lead .img-fluid {
    border-radius: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-digest ._lead .img-fluid {
    border-radius: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-digest ._lead .img-fluid {
    border-radius: 0.5rem;
  }
}
.section-digest ._lead p {
  margin-bottom: 1rem;
}
.section-digest ._lead .__heading {
  margin: 0 0 10rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #268fd0;
  letter-spacing: -0.02em;
  font-size: 2rem;
  margin: 1rem 0 0.5rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section-digest ._lead .__heading {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-digest ._lead .__heading {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-digest ._lead .__heading {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-digest ._lead .__heading {
    font-size: 1.6rem;
  }
}
@media print {
  .section-digest ._lead .__heading {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-digest ._lead .__heading {
    margin-bottom: 0.5rem;
  }
}
.section-digest ._blog {
  -ms-flex: 0 50.69%;
  -webkit-flex: 0 50.69%;
  flex: 0 50.69%;
}
@media only screen and (max-width: 1366px) {
  .section-digest ._blog {
    -ms-flex: 0 56%;
    -webkit-flex: 0 56%;
    flex: 0 56%;
  }
}
@media only screen and (max-width: 1280px) {
  .section-digest ._blog {
    display: block !important;
    margin: 0 auto;
    max-width: 72rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-digest ._blog {
    max-width: 55rem;
  }
}
.section-digest ._blog .media {
  margin-bottom: 3.5rem;
  line-height: 1.35;
  font-size: 2rem;
}
@media only screen and (max-width: 991px) {
  .section-digest ._blog .media {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-digest ._blog .media {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-digest ._blog .media {
    display: block !important;
    overflow: hidden;
    margin-bottom: 2.5rem;
  }
}
.section-digest ._blog .media p {
  margin-bottom: 0.5rem;
}
.section-digest ._blog .media-left {
  display: block;
  margin-right: 5.48%;
  width: 41.1%;
}
@media only screen and (max-width: 1366px) {
  .section-digest ._blog .media-left {
    margin-right: 4.5%;
    width: 39.5%;
  }
}
@media only screen and (max-width: 1280px) {
  .section-digest ._blog .media-left {
    margin-right: 5.48%;
    width: 41.1%;
  }
}
@media only screen and (max-width: 991px) {
  .section-digest ._blog .media-left {
    margin-right: 4%;
    width: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .section-digest ._blog .media-left {
    float: left;
    width: 38%;
  }
}
.section-digest ._blog .media-left > img {
  border-radius: 2rem;
  border: 1px solid #d6cbc4;
}
@media only screen and (max-width: 1366px) {
  .section-digest ._blog .media-left > img {
    border-radius: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-digest ._blog .media-left > img {
    border-radius: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-digest ._blog .media-left > img {
    border-radius: 0.5rem;
  }
}
.section-digest ._blog .__heading {
  margin: 0 0 10rem;
  text-align: center;
  margin: 0.5rem 0;
  line-height: 1.15;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section-digest ._blog .__heading {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-digest ._blog .__heading {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-digest ._blog .__heading {
    margin-bottom: 0.5rem;
  }
}
.section-digest .badge {
  font-size: 2.2rem;
}
@media only screen and (max-width: 991px) {
  .section-digest .badge {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-digest .badge {
    font-size: 1.8rem;
  }
}
.section-digest ._more {
  text-transform: uppercase !important;
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 1280px) {
  .section-digest ._more {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-digest ._more {
    font-size: 2rem;
  }
}
._link-dashed {
  color: #2e90ce;
  text-decoration: none;
  border-bottom: 1px dashed #2e90ce;
}
._link-dashed:focus,
._link-dashed:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}
.page-pagination {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  font-size: 2.2rem;
}
.page-pagination .page-link {
  padding: 1rem 1.5rem;
}
.page-pagination ._control {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  border: 2px solid rgba(110, 0, 0, 0.11);
  border-radius: 50%;
}
.page-pagination ._control:hover {
  border-color: rgba(107, 200, 45, 0.4);
}
.page-pagination ._control:focus {
  background-color: #6bc82d;
  border-color: #6bc82d;
}
.page-pagination ._prev {
  margin-right: 1.5rem;
  background: #fff url("data:image/svg+xml,%3csvg viewBox='0 0 10 14' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd'  fill='rgb(207, 192, 190)' d='M8.519,1.158 L1.179,6.830 C0.750,7.161 0.750,7.807 1.179,8.138 L8.519,13.810 C9.064,14.230 9.855,13.843 9.855,13.155 L8.575,7.487 L9.855,1.812 C9.855,1.126 9.064,0.738 8.519,1.158 Z'/%3e%3c/svg%3e") 50% 50% no-repeat;
  background-size: 10px auto;
}
.page-pagination ._prev:hover {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 10 14' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd'  fill='rgb(98, 184, 40)' d='M8.519,1.158 L1.179,6.830 C0.750,7.161 0.750,7.807 1.179,8.138 L8.519,13.810 C9.064,14.230 9.855,13.843 9.855,13.155 L8.575,7.487 L9.855,1.812 C9.855,1.126 9.064,0.738 8.519,1.158 Z'/%3e%3c/svg%3e");
}
.page-pagination ._prev:focus {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 10 14' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd'  fill='rgb(255, 255, 255)' d='M8.519,1.158 L1.179,6.830 C0.750,7.161 0.750,7.807 1.179,8.138 L8.519,13.810 C9.064,14.230 9.855,13.843 9.855,13.155 L8.575,7.487 L9.855,1.812 C9.855,1.126 9.064,0.738 8.519,1.158 Z'/%3e%3c/svg%3e");
}
.page-pagination ._next {
  margin-left: 1.5rem;
  background: #fff url("data:image/svg+xml,%3csvg viewBox='0 0 10 14' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd'  fill='rgb(207, 192, 190)' d='M1.341,1.158 L8.678,6.830 C9.106,7.161 9.106,7.807 8.678,8.138 L1.341,13.810 C0.797,14.230 0.006,13.843 0.006,13.155 L1.286,7.487 L0.006,1.812 C0.006,1.126 0.797,0.738 1.341,1.158 Z'/%3e%3c/svg%3e") 50% 50% no-repeat;
  background-size: 10px auto;
}
.page-pagination ._next:hover {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 10 14' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd'  fill='rgb(98, 184, 40)' d='M1.341,1.158 L8.678,6.830 C9.106,7.161 9.106,7.807 8.678,8.138 L1.341,13.810 C0.797,14.230 0.006,13.843 0.006,13.155 L1.286,7.487 L0.006,1.812 C0.006,1.126 0.797,0.738 1.341,1.158 Z'/%3e%3c/svg%3e");
}
.page-pagination ._next:focus {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 10 14' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd'  fill='rgb(255, 255, 255)' d='M1.341,1.158 L8.678,6.830 C9.106,7.161 9.106,7.807 8.678,8.138 L1.341,13.810 C0.797,14.230 0.006,13.843 0.006,13.155 L1.286,7.487 L0.006,1.812 C0.006,1.126 0.797,0.738 1.341,1.158 Z'/%3e%3c/svg%3e");
}
.list-custom-bullets {
  padding-left: 5rem;
  list-style: none;
  counter-reset: li;
}
.list-custom-bullets > li {
  counter-increment: li;
}
.list-custom-bullets > li::before {
  display: inline-block;
  margin-left: -35px;
  width: 35px;
  content: counter(li) ".";
}
.list-custom-bullets._theme_info > li::before {
  color: #02A2C4;
}
.user-quotes {
  position: relative;
  margin: 4rem 1.75% 4rem 2.63%;
  padding: 4rem 21.05% 4rem 7.89%;
  border: 1px solid #eaeaea;
  background-color: #f5f5f5;
  border-radius: 2rem;
}
@media only screen and (max-width: 767px) {
  .user-quotes {
    margin-left: 0;
    margin-right: 0;
    padding-top: 7rem;
    padding-right: 7.89%;
    border-radius: 1rem;
  }
}
.user-quotes p {
  margin: 0 !important;
}
.user-quotes p:first-of-type:not(:last-of-type) {
  margin-bottom: 1rem !important;
  font-weight: 700;
}
.user-quotes__author {
  position: absolute;
  top: 4rem;
  right: 2.63%;
  font-size: 2rem;
  color: #268fd0;
  font-style: italic;
  max-width: 17rem;
}
@media only screen and (max-width: 767px) {
  .user-quotes__author {
    top: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .user-quotes__author {
    right: 7.89%;
  }
}
.user-quotes__date {
  position: absolute;
  top: 4rem;
  left: -3.5rem;
  padding: 0.1rem 0.8rem;
  background-color: #0bb850;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .user-quotes__date {
    top: 2rem;
    left: 2.63%;
  }
}
@media only screen and (max-width: 575px) {
  .user-quotes__date {
    left: 7.89%;
  }
}
.user-quotes_theme_decorate::before {
  position: absolute;
  top: -18rem;
  right: 3rem;
  width: 132px;
  height: 87px;
  background: url("data:image/svg+xml,%3csvg viewBox='0 0 132 87' xmlns='http://www.w3.org/2000/svg'%3e%3cpath opacity='0.4' fill-rule='evenodd' fill='rgb(230, 230, 230)' d='M131.679,54.675 C129.666,41.240 118.208,31.666 105.201,31.048 C108.453,19.003 116.350,14.216 125.950,11.436 C126.879,11.128 126.724,10.201 126.724,10.201 L125.176,0.627 C125.176,0.627 125.021,-0.145 123.782,0.010 C90.645,3.715 68.193,28.886 72.374,59.462 C76.245,80.617 92.813,88.802 108.143,86.640 C123.473,84.169 134.002,69.962 131.679,54.675 L131.679,54.675 ZM33.252,31.048 C36.349,19.003 44.556,14.216 54.001,11.436 C54.930,11.128 54.775,10.201 54.775,10.201 L53.382,0.627 C53.382,0.627 53.227,-0.145 51.988,0.010 C18.851,3.561 -3.446,28.731 0.425,59.308 C4.451,80.617 21.174,88.802 36.349,86.640 C51.679,84.169 62.208,69.962 59.731,54.675 C57.717,41.086 46.414,31.511 33.252,31.048 Z'/%3e%3c/svg%3e") 100% 0 no-repeat;
  background-size: cover;
  content: '';
}
@media only screen and (max-width: 991px) {
  .user-quotes_theme_decorate::before {
    display: none;
  }
}
.press-kit {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .press-kit {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.press-kit__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 6rem 0 3rem;
  margin-bottom: 6rem;
  margin-right: 3rem;
  width: 30%;
  font-size: 2.2rem;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #eaeaea;
  box-shadow: rgba(219, 213, 208, 0.78) 0 3px 6px;
  border-radius: 2rem;
  line-height: 1.35;
  transition: all 0.15s ease-in-out 0s;
}
@media only screen and (max-width: 1469px) {
  .press-kit__item {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1366px) {
  .press-kit__item {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 1280px) {
  .press-kit__item {
    font-size: 1.6rem;
    border-radius: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .press-kit__item {
    margin: 0 2rem 4rem;
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .press-kit__item {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 2rem 0 3rem;
    width: 29%;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .press-kit__item {
    margin-left: auto;
    margin-right: auto;
    width: 43%;
    max-width: 22.5rem;
  }
}
.press-kit__item figure {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 20% 5.5rem;
  min-height: 13.5rem;
}
@media only screen and (max-width: 767px) {
  .press-kit__item figure {
    margin-bottom: 3.5rem;
    min-height: 9.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .press-kit__item figure {
    margin-bottom: 1.5rem;
  }
}
.press-kit__item:hover {
  position: relative;
  margin-top: -1rem;
  margin-bottom: 5rem;
  padding: 7rem 0 4rem;
  box-shadow: rgba(219, 213, 208, 0.78) 0 20px 23px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .press-kit__item:hover {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .press-kit__item:hover {
    padding: 3rem 0 4rem;
  }
}
.search-keyboard {
  padding-left: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-keyboard__btn {
  display: inline-block;
  margin: 0.4rem;
  padding: 0.6rem 0;
  width: 4.2rem;
  font-size: 2.4rem;
  color: #268fd0;
  text-decoration: none;
  text-transform: uppercase;
  background: #fff;
  border-radius: 0.4rem;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
}
@media only screen and (max-width: 1469px) {
  .search-keyboard__btn {
    padding: 0.5rem 0;
    width: 3.8rem;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .search-keyboard__btn {
    width: 3.4rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .search-keyboard__btn {
    width: 3.2rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 575px) {
  .search-keyboard__btn {
    width: 2.8rem;
    font-size: 1.6rem;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  }
}
.search-keyboard__btn:hover,
.search-keyboard__btn:focus {
  text-decoration: none;
}
.jumbotron__search-keyboard {
  margin-left: 10%;
  margin-right: 10%;
}
@media only screen and (max-width: 1366px) {
  .jumbotron__search-keyboard {
    margin-left: 8%;
    margin-right: 8%;
  }
}
@media only screen and (max-width: 1280px) {
  .jumbotron__search-keyboard {
    margin-left: 6%;
    margin-right: 6%;
  }
}
@media only screen and (max-width: 991px) {
  .jumbotron__search-keyboard {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media only screen and (max-width: 575px) {
  .jumbotron__search-keyboard {
    margin: 0;
  }
}
.btn-pill {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  color: #268fd0;
  border: 2px solid #8fc7ea;
  border-radius: 10rem;
  font-size: 1.6rem;
  text-decoration: none;
}
.btn-pill:hover,
.btn-pill:focus {
  text-decoration: none;
}
.btn-pill:hover {
  border-color: #268fd0;
}
.btn-pill:focus {
  border-color: #268fd0;
  background: #268fd0;
  color: #fff;
}
.btn-pill:focus svg {
  fill: #fff;
}
.banner-sticky {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  padding: 16px 24px;
  background: #5FBE70;
  background: linear-gradient(90deg, rgba(95, 190, 112, 0.2) 0%, rgba(27, 123, 64, 0.2) 100%), #5FBE70;
}
@media screen and (max-width: 479px) {
  .banner-sticky {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.banner-sticky__dismiss {
  position: relative;
  z-index: 2;
  margin-left: -16px;
  margin-right: 4px;
  padding: 8px;
  line-height: 0;
  opacity: 0.5;
}
@media screen and (max-width: 479px) {
  .banner-sticky__dismiss {
    margin-right: 0;
  }
}
.banner-sticky__dismiss:hover {
  opacity: 1;
}
@media screen and (max-width: 479px) {
  .banner-sticky__direct {
    width: 24px;
  }
}
@media screen and (max-width: 399px) {
  .banner-sticky__icon {
    max-width: 54px;
  }
}
.app-stats {
  margin-left: 1.6rem;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 399px) {
  .app-stats {
    max-width: calc(100vw - 146px);
    margin-right: 8px;
    margin-left: 12px;
    font-size: 12px;
  }
}
.app-stats__title {
  margin: 0;
  font-size: 20px;
}
@media screen and (max-width: 479px) {
  .app-stats__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 399px) {
  .app-stats__title {
    font-size: 14px;
  }
}
.app-stats__rating > svg {
  margin-right: 4px;
  width: 16px;
  height: auto;
}
@media screen and (max-width: 479px) {
  .app-stats__rating > svg {
    margin-right: 2px;
    width: 12px;
  }
}
@media screen and (max-width: 399px) {
  .app-stats__rating > svg {
    margin-right: 1px;
    min-width: 10px;
    width: 10px;
  }
}
.app-stats__rating > svg:last-of-type {
  margin-right: 10px;
}
@media screen and (max-width: 399px) {
  .app-stats__rating > svg:last-of-type {
    margin-right: 8px;
  }
}
.mnt-carousel {
  position: relative;
}
.mnt-carousel__viewport {
  overflow: visible;
}
.mnt-carousel__track {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mnt-carousel__slide {
  min-width: 0;
  -webkit-tap-highlight-color: transparent;
}
.mnt-carousel__controls {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 2rem;
}
.mnt-carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.mnt-carousel__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border: 0.1rem solid #d0d5dd;
  border-radius: 50%;
  background: #ffffff;
  color: #344054;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .mnt-carousel__arrow {
    width: 4rem;
    height: 4rem;
  }
}
.mnt-carousel__arrow:hover,
.mnt-carousel__arrow:focus-visible {
  border-color: #0bb850;
  color: #0bb850;
  outline: none;
  transform: scale(1.04);
}
.mnt-carousel__arrow:disabled {
  opacity: 0.45;
  cursor: default;
  transform: none;
}
.mnt-carousel__dot {
  width: 1.2rem;
  height: 1.2rem;
  padding: 0;
  border: 0.1rem solid #cfcfcf;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.mnt-carousel__dot:hover,
.mnt-carousel__dot:focus-visible {
  border-color: #0bb850;
  outline: none;
  transform: scale(1.05);
}
.mnt-carousel__dot.is-active {
  border-color: #0bb850;
  background: #0bb850;
}
.mnt-carousel:not(.is-slider-active) .mnt-carousel__controls {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mnt-carousel.is-slider-active {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .mnt-carousel.is-slider-active {
    width: calc(100% + ((100vw - 100%) / 2));
    margin-right: calc((100vw - 100%) / -2);
  }
}
.mnt-carousel.is-slider-active .mnt-carousel__viewport {
  touch-action: pan-y;
  overscroll-behavior-x: contain;
  user-select: none;
  -webkit-user-select: none;
}
@media only screen and (max-width: 991px) {
  .mnt-carousel.is-slider-active .mnt-carousel__viewport {
    overflow: hidden;
  }
}
.mnt-carousel.is-slider-active .mnt-carousel__track {
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}
@media only screen and (max-width: 991px) {
  .mnt-carousel.is-slider-active .mnt-carousel__track {
    display: flex;
    gap: 2.4rem;
    will-change: transform;
    transition: transform 0.45s ease;
    backface-visibility: hidden;
  }
}
.mnt-carousel.is-slider-active .mnt-carousel__slide {
  -webkit-tap-highlight-color: transparent;
}
.mnt-carousel.is-slider-active .mnt-carousel__controls {
  margin-top: 2rem;
}
@media only screen and (max-width: 991px) {
  .mnt-carousel.is-slider-active .mnt-carousel__controls {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .mnt-carousel.is-slider-active .mnt-carousel__controls {
    gap: 1.4rem;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mnt-carousel.is-slider-active .mnt-carousel__dots {
    gap: 1.4rem;
  }
}
.mnt-carousel.is-slider-active img {
  -webkit-user-drag: none;
  user-select: none;
}
@media only screen and (max-width: 991px) {
  .mnt-carousel.is-slider-active::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 12rem;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
}
@media only screen and (max-width: 767px) {
  .mnt-carousel.is-slider-active::after {
    display: none;
  }
}
.page-section {
  padding: 8rem 0;
}
@media only screen and (max-width: 991px) {
  .page-section {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .page-section {
    padding: 3rem 0;
  }
}
.section-start {
  position: relative;
  overflow: hidden;
  margin-top: -14rem;
  font-size: 2rem;
  z-index: 0;
}
@media only screen and (max-width: 1280px) {
  .section-start {
    margin-top: -12rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-start {
    font-size: 1.6rem;
    margin-top: -10rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-start {
    text-align: center;
  }
}
.section-start::before {
  position: absolute;
  left: -5rem;
  right: -5rem;
  height: 84%;
  background: #4ea403;
  background: #05963d url(https://s3.amazonaws.com/img.mynetdiary.com/images/texture-noise@1x.png) 0 0 repeat;
  background: url(https://s3.amazonaws.com/img.mynetdiary.com/images/texture-noise@1x.png), radial-gradient(ellipse at top, #05b24a 0%, #05963d 60%);
  overflow: hidden;
  border-bottom-right-radius: 100rem 5rem;
  border-bottom-left-radius: 100rem 5rem;
  box-shadow: inset rgba(9, 108, 46, 0.76) 0 -2.3rem 10.7rem;
  z-index: 1;
  content: '';
}
@media only screen and (max-width: 1469px) {
  .section-start::before {
    left: -3rem;
    right: -3rem;
    height: 100%;
  }
}
@media only screen and (max-width: 1366px) {
  .section-start::before {
    left: -2rem;
    right: -2rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-start::before {
    left: -1rem;
    right: -1rem;
    height: 82%;
  }
}
@media only screen and (max-width: 767px) {
  .section-start::before {
    height: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .section-start::before {
    height: 75%;
    background: url(https://s3.amazonaws.com/img.mynetdiary.com/images/texture-noise@1x.png), radial-gradient(ellipse at top, #05b24a 0%, #1eb553 60%);
  }
}
.section-start ._stores {
  display: flex;
  gap: 1.2rem;
}
@media only screen and (max-width: 1280px) {
  .section-start ._stores {
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .section-start ._stores {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
}
.section-start ._stores .__item img {
  width: auto;
  height: 100%;
  max-height: 4.2rem;
}
@media only screen and (max-width: 1280px) {
  .section-start ._stores .__item img {
    max-height: 4.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-start ._stores .__item img {
    max-height: 5rem;
  }
}
.section-start .hero {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 18rem;
  margin-left: 10%;
  margin-right: 10%;
  z-index: 3;
}
@media only screen and (max-width: 1280px) {
  .section-start .hero {
    flex-direction: column;
    align-items: center;
    margin-top: 14rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .section-start .hero {
    margin-top: 18rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-start .hero {
    margin-top: 10rem;
  }
}
.section-start .hero__content {
  margin-bottom: 4.8rem;
  max-width: 70rem;
  text-align: left;
}
@media only screen and (max-width: 1280px) {
  .section-start .hero__content {
    margin-bottom: 2.4rem;
    text-align: center;
  }
}
.section-start .hero__title {
  margin-top: 6.4rem;
  margin-bottom: 2.4rem;
  color: #fff;
}
@media only screen and (max-width: 1469px) {
  .section-start .hero__title {
    margin-top: 0.8rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-start .hero__title {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-start .hero__title {
    margin-top: 0;
    margin-bottom: 0.8rem;
  }
}
.section-start .hero__subtitle {
  color: #fcf8b3;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .section-start .hero__subtitle {
    font-size: 2rem;
    line-height: 1.15;
  }
}
.section-start .hero__media {
  max-width: 72rem;
  min-width: 58rem;
}
@media only screen and (max-width: 1469px) {
  .section-start .hero__media {
    min-width: 50rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-start .hero__media {
    min-width: auto;
  }
}
.section-start .btn-primary {
  border-color: rgba(7, 96, 0, 0.39);
}
.section-start .btn-primary:hover,
.section-start .btn-primary:focus,
.section-start .btn-primary.focus {
  border-color: rgba(7, 96, 0, 0.39);
}
.section-start .btn-shadow::before {
  box-shadow: rgba(8, 86, 0, 0.52) 0 25px 30px -20px;
}
.section-start .btn-shadow:focus::before,
.section-start .btn-shadow.focus::before {
  box-shadow: rgba(8, 86, 0, 0.52) 0 5px 5px -5px;
}
.ratings-strip__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  .ratings-strip__container {
    flex-direction: column;
  }
}
.rating-card--stores {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  text-align: left;
}
@media only screen and (max-width: 1280px) {
  .rating-card--stores {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .rating-card--stores {
    align-items: center;
    font-size: 1.4rem;
    text-align: left;
  }
}
.rating-card--stores .rating-card__title {
  margin-left: 1.6rem;
  font-size: 2.8rem;
}
@media only screen and (max-width: 991px) {
  .rating-card--stores .rating-card__title {
    margin-left: 0;
    font-size: 2.2rem;
  }
}
.rating-card--trustpilot {
  max-width: 52rem;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .rating-card--trustpilot {
    margin-top: 4rem;
    max-width: none;
    width: auto;
  }
}
.rating-card .trustpilot-widget iframe {
  transform: scale(1.5);
}
@media only screen and (max-width: 767px) {
  .rating-card .trustpilot-widget iframe {
    transform: scale(1.3);
  }
}
@media only screen and (max-width: 575px) {
  .rating-card .trustpilot-widget iframe {
    transform: scale(0.9);
  }
}
.rating-card__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .rating-card__row {
    flex-direction: column;
  }
}
.rating-card__icon {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.rating-card__icon--stars {
  gap: 0.8rem;
}
@media only screen and (max-width: 991px) {
  .rating-card__icon--stars {
    margin-bottom: 0.8rem;
  }
}
.rating-card__icon--trust-boxes {
  padding: 0 2.4rem;
}
@media only screen and (max-width: 991px) {
  .rating-card__icon--trust-boxes {
    padding: 0 1.4rem;
  }
}
.rating-card__icon--trust-boxes > svg {
  margin-right: 0.4rem;
}
@media only screen and (max-width: 991px) {
  .rating-card__icon--trust-boxes > svg {
    width: auto;
    height: 2.4rem;
  }
}
.rating-card__title {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #46618a;
}
@media only screen and (max-width: 991px) {
  .rating-card__title {
    font-size: 1.4rem;
  }
}
.rating-card__title strong {
  font-weight: 600;
}
.feature-slider {
  overflow: hidden;
}
.feature-slider__title {
  margin: 0 0 4.8rem;
  color: #268fd0;
}
@media only screen and (max-width: 991px) {
  .feature-slider__title {
    margin-bottom: 3.2rem;
    font-size: 4.8rem;
    padding-right: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .feature-slider__title {
    margin-bottom: 2.4rem;
    padding-right: 0;
    font-size: 4rem;
    line-height: 1.12;
  }
}
.feature-slider__layout {
  display: grid;
  grid-template-columns: 46rem minmax(0, 1fr);
  gap: 4.8rem;
  align-items: start;
}
@media only screen and (max-width: 991px) {
  .feature-slider__layout {
    display: block;
  }
}
.feature-slider__media {
  display: block;
}
@media only screen and (max-width: 991px) {
  .feature-slider__media {
    display: none;
  }
}
.feature-slider__media-figure {
  position: relative;
  margin: 0;
}
.feature-slider__media-image {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.24s ease;
}
.feature-slider__media-image.is-fading {
  opacity: 0.35;
}
.feature-slider__desktop-dots {
  justify-content: center;
  margin-top: 1.6rem;
}
.feature-slider__track {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-slider__slide + .feature-slider__slide {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .feature-slider__slide + .feature-slider__slide {
    margin-top: 4rem !important;
  }
}
.feature-slider__figure {
  display: none;
  margin: 0 0 2rem;
  border-radius: 2.4rem;
  overflow: hidden;
  background: #ffffff;
}
@media only screen and (max-width: 991px) {
  .feature-slider__figure {
    display: block;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .feature-slider__figure {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.4rem;
    max-width: 14rem;
  }
}
.feature-slider__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.feature-slider__card {
  padding: 2.4rem;
  border: 0.1rem solid transparent;
  border-radius: 3.2rem;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
@media only screen and (max-width: 991px) {
  .feature-slider__card {
    display: grid;
    grid-template-columns: 18.5rem minmax(0, 1fr);
    gap: 4rem;
    align-items: center;
    padding: 0;
    cursor: default;
    border: none;
    transition: none;
  }
}
@media only screen and (max-width: 575px) {
  .feature-slider__card {
    display: block;
  }
}
.feature-slider__card:hover,
.feature-slider__card:focus-visible {
  outline: none;
  border-color: #268fd0;
  background-color: #EAF8FF;
}
@media only screen and (max-width: 991px) {
  .feature-slider__card:hover,
  .feature-slider__card:focus-visible {
    background: none;
  }
}
.feature-slider__card.is-active {
  border-color: #268fd0;
  background: #EAF8FF;
}
@media only screen and (max-width: 991px) {
  .feature-slider__card.is-active {
    border-color: transparent;
    background: transparent;
  }
}
.feature-slider__body p {
  margin: 0 0 1.6rem;
  font-size: 2rem;
  line-height: 1.3;
  color: #46618a;
}
@media only screen and (max-width: 991px) {
  .feature-slider__body p {
    font-size: 1.4rem;
    line-height: 1.45;
  }
}
.feature-slider__body p:last-child {
  margin-bottom: 0;
}
.feature-slider__card-title {
  margin: 0 0 1.6rem;
  color: #268fd0;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .feature-slider__card-title {
    font-size: 2.2rem;
    line-height: 1.15;
  }
}
.feature-slider .mnt-carousel__dot {
  width: 1.2rem;
  height: 1.2rem;
}
.section-insights {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media print {
  .section-insights {
    display: none !important;
  }
}
.section-insights::before {
  position: absolute;
  top: -48rem;
  left: -5rem;
  right: -5rem;
  display: block;
  width: auto;
  height: 60rem;
  background: #fff;
  content: '';
  border-bottom-right-radius: 100rem 5rem;
  border-bottom-left-radius: 100rem 5rem;
  z-index: 1000;
}
@media only screen and (max-width: 1280px) {
  .section-insights::before {
    top: -50rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-insights::before {
    top: -52rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-insights::before {
    top: -54rem;
  }
}
.section-insights__wrapper {
  padding: 16rem 5rem;
  margin-left: -5rem;
  margin-right: -5rem;
  background: #fff url(https://s3.amazonaws.com/img.mynetdiary.com/images/pattern-grunge-400x400.jpg) 0 0 repeat;
  overflow: hidden;
  border-bottom-right-radius: 100rem 5rem;
  border-bottom-left-radius: 100rem 5rem;
}
@media only screen and (max-width: 1469px) {
  .section-insights__wrapper {
    padding-top: 14rem;
    padding-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-insights__wrapper {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-insights__wrapper {
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 991px) {
  .comparison-section {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .comparison-section {
    padding: 3rem 0;
  }
}
.comparison-section__title {
  margin: 0 0 3.2rem;
  color: #268fd0;
}
@media only screen and (max-width: 991px) {
  .comparison-section__title {
    margin-bottom: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .comparison-section__title {
    margin-bottom: 2.4rem;
    line-height: 1.12;
  }
}
.comparison-section__note {
  margin: 2rem 0 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #46618a;
}
@media only screen and (max-width: 767px) {
  .comparison-section__note {
    font-size: 1.3rem;
  }
}
.comparison-table-wrap {
  padding-bottom: 2.4rem;
}
@media only screen and (max-width: 991px) {
  .comparison-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.comparison-table-wrap:focus-visible {
  outline: 0.2rem solid #268fd0;
  outline-offset: 0.2rem;
}
.comparison-table {
  width: 100%;
  min-width: 96rem;
  border-radius: 3.2rem;
  border-collapse: separate;
  background: #ffffff;
  border-spacing: 0;
}
@media only screen and (max-width: 991px) {
  .comparison-table {
    min-width: 84rem;
  }
}
@media only screen and (max-width: 767px) {
  .comparison-table {
    min-width: 72rem;
    border-radius: 2.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .comparison-table {
    min-width: 48rem;
  }
}
.comparison-table th:nth-child(2),
.comparison-table td:nth-child(2) {
  position: relative;
  z-index: 1;
  background: #eef7f1;
}
.comparison-table thead th:nth-child(2) {
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
}
.comparison-table tbody tr:last-child td:nth-child(2) {
  border-bottom-left-radius: 2.4rem;
  border-bottom-right-radius: 2.4rem;
}
.comparison-table th:nth-child(2)::before,
.comparison-table td:nth-child(2)::before {
  content: '';
  position: absolute;
  inset: 0;
  border-left: 0.2rem solid #16b453;
  border-right: 0.2rem solid #16b453;
  pointer-events: none;
}
.comparison-table thead th:nth-child(2)::before {
  top: -16px;
  border-top: 0.2rem solid #16b453;
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
  background: #eef7f1;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .comparison-table thead th:nth-child(2)::before {
    top: -8px;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .comparison-table thead th:nth-child(2)::before {
    top: -4px;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
  }
}
.comparison-table tbody tr:last-child td:nth-child(2)::before {
  bottom: -16px;
  border-bottom: 0.2rem solid #16b453;
  border-bottom-left-radius: 2.4rem;
  border-bottom-right-radius: 2.4rem;
  background: #eef7f1;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .comparison-table tbody tr:last-child td:nth-child(2)::before {
    bottom: -8px;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .comparison-table tbody tr:last-child td:nth-child(2)::before {
    bottom: -4px;
    border-bottom-left-radius: 1.6rem;
    border-bottom-right-radius: 1.6rem;
  }
}
.comparison-table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .comparison-table tbody tr:last-child th:first-child {
    border-bottom-left-radius: 2.4rem;
  }
}
.comparison-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .comparison-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 2.4rem;
  }
}
.comparison-table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 4;
  background: #ffffff;
  box-shadow: 1.2rem 0 1.6rem -1.6rem rgba(73, 100, 143, 0.2);
  border-top-left-radius: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .comparison-table thead th:first-child {
    border-top-left-radius: 2.4rem;
  }
}
.comparison-table thead th:last-child {
  border-top-right-radius: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .comparison-table thead th:last-child {
    border-top-right-radius: 2.4rem;
  }
}
.comparison-table tbody th[scope='row'] {
  position: sticky;
  left: 0;
  z-index: 3;
  background: #ffffff;
  box-shadow: 1.2rem 0 1.6rem -1.6rem rgba(73, 100, 143, 0.2);
}
@media only screen and (max-width: 767px) {
  .comparison-table tbody th[scope='row']::after,
  .comparison-table thead th:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1.6rem;
    width: 1.6rem;
    height: 100%;
    background: linear-gradient(to right, rgba(73, 100, 143, 0.08), rgba(73, 100, 143, 0));
    pointer-events: none;
  }
}
.comparison-table__caption {
  caption-side: top;
  padding: 0 0 4rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  color: #46618a;
}
@media only screen and (max-width: 767px) {
  .comparison-table__caption {
    padding-bottom: 3.6rem;
    font-size: 1.5rem;
  }
}
.comparison-table__col {
  min-width: 16rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .comparison-table__col {
    min-width: 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .comparison-table__col {
    min-width: 12rem;
  }
}
.comparison-table__col--feature {
  min-width: 24rem;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .comparison-table__col--feature {
    min-width: 18rem;
  }
}
@media only screen and (max-width: 767px) {
  .comparison-table__col--feature {
    min-width: 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .comparison-table__col--feature {
    min-width: 0;
  }
}
.comparison-table__head {
  font-size: 2.4rem;
}
.comparison-table__subhead {
  margin-top: 0.2rem;
  font-size: 2.4rem;
}
.comparison-table__head,
.comparison-table__subhead {
  color: #268fd0;
  line-height: 1.2;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .comparison-table__head,
  .comparison-table__subhead {
    display: block;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .comparison-table__head,
  .comparison-table__subhead {
    font-size: 1.4rem;
  }
}
.comparison-table thead th {
  padding: 2.4rem 1.6rem 2rem;
  vertical-align: top;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .comparison-table thead th {
    padding: 2rem 1.2rem 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .comparison-table thead th {
    padding: 1.6rem 0.8rem;
  }
}
.comparison-table tbody th,
.comparison-table tbody td {
  padding: 2rem 1.6rem;
  border-top: 0.1rem solid #d8e0ea;
  background: #ffffff;
  vertical-align: middle;
  text-align: center;
  font-size: 2rem;
  line-height: 1.35;
  color: #46618a;
}
@media only screen and (max-width: 767px) {
  .comparison-table tbody th,
  .comparison-table tbody td {
    padding: 1.6rem 1.2rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .comparison-table tbody th,
  .comparison-table tbody td {
    padding: 1.4rem 0.8rem;
  }
}
.comparison-table tbody tr:first-child th,
.comparison-table tbody tr:first-child td {
  border-top: none;
}
.comparison-table__row-title {
  min-width: 24rem;
  text-align: left !important;
  font-size: 2.4rem !important;
  line-height: 1.25 !important;
  font-weight: 500;
  color: #46618a;
}
@media only screen and (max-width: 991px) {
  .comparison-table__row-title {
    font-size: 1.7rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .comparison-table__row-title {
    min-width: 18rem;
    font-size: 1.4rem !important;
    line-height: 1.2 !important;
  }
}
@media only screen and (max-width: 575px) {
  .comparison-table__row-title {
    min-width: 0;
  }
}
.comparison-table__mark {
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .comparison-table__mark {
    font-size: 2.6rem;
  }
}
.comparison-table__mark--yes {
  color: #0bb850;
}
.comparison-table__mark--no {
  color: #f04438;
}
.comparison-table__note {
  display: block;
  margin-top: 0.8rem;
  font-size: 2rem;
  line-height: 1.35;
  color: #46618a;
}
@media only screen and (max-width: 767px) {
  .comparison-table__note {
    margin-top: 0.6rem;
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.comparison-cta {
  margin-top: 4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .comparison-cta {
    margin-top: 3.2rem;
  }
}
.comparison-cta__text {
  margin: 0 0 2rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
  color: #46618a;
}
@media only screen and (max-width: 767px) {
  .comparison-cta__text {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .comparison-cta__text {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.comparison-cta__stores {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .comparison-cta__stores {
    gap: 1.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .comparison-cta__stores {
    flex-direction: column;
  }
}
.comparison-cta__store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.comparison-cta__store-link img {
  display: block;
  width: auto;
  height: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .comparison-cta__store-link img {
    height: 4.8rem;
  }
}
.ai-features {
  overflow: hidden;
}
.ai-features__header {
  margin: 0 auto 4rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .ai-features__header {
    text-align: left;
  }
}
.ai-features__title {
  margin-bottom: 1.6rem;
  color: #268fd0;
}
.ai-features__intro {
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  line-height: 1.45;
  color: #46618a;
}
@media only screen and (max-width: 991px) {
  .ai-features__intro {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .ai-features__intro {
    font-size: 1.4rem;
  }
}
.ai-features__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media only screen and (max-width: 991px) {
  .ai-features__wrapper {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .ai-card {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 1.6rem;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .ai-card {
    align-items: initial;
  }
}
@media only screen and (max-width: 575px) {
  .ai-card {
    display: flex;
    flex-direction: column;
  }
}
.ai-card__media {
  margin-bottom: 4rem;
  border-radius: 2.4rem;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .ai-card__media {
    margin-bottom: 0;
  }
}
.ai-card__media img {
  display: block;
  width: 100%;
  height: auto;
}
.ai-card__title {
  margin-bottom: 2.4rem;
  color: #268fd0;
}
.ai-card__list {
  padding-left: 2.4rem;
  list-style-type: disc;
}
.ai-card__list li {
  margin-bottom: 0.8rem;
  font-size: 2rem;
  line-height: 1.3;
  color: #46618a;
}
@media only screen and (max-width: 991px) {
  .ai-card__list li {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .ai-card__list li {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 991px) {
  .ai-card + .ai-card {
    margin-top: 2.4rem;
  }
}
.cta-banner__panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 38rem;
  padding: 0 5.6rem;
  border-radius: 4rem;
  background: url(https://s3.amazonaws.com/img.mynetdiary.com/images/texture-noise@1x.png), radial-gradient(circle at 50% 50%, rgba(100, 240, 95, 0.28) 0%, rgba(20, 190, 55, 0) 42%), linear-gradient(90deg, #17892c 0%, #12c93e 50%, #17892c 100%);
}
@media only screen and (max-width: 1280px) {
  .cta-banner__panel {
    min-height: 35rem;
  }
}
@media only screen and (max-width: 991px) {
  .cta-banner__panel {
    min-height: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .cta-banner__panel {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.4rem 1.6rem 0;
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cta-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta-banner__title {
  margin: 0 0 2.4rem;
  line-height: 1.1;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .cta-banner__title {
    margin-bottom: 2rem;
  }
}
.cta-banner__stores {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .cta-banner__stores {
    margin-bottom: 2rem;
  }
}
.cta-banner__store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cta-banner__note {
  margin: 0;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .cta-banner__note {
    font-size: 1.2rem;
  }
}
.cta-banner__note a {
  color: #ffffff;
  text-decoration: none;
}
.cta-banner__note a:hover {
  text-decoration: underline;
}
.cta-banner__media {
  align-self: flex-end;
  margin-right: 5.6rem;
  margin-top: -5.6rem;
  width: 100%;
  max-width: 39rem;
}
@media only screen and (max-width: 1280px) {
  .cta-banner__media {
    margin-right: 0;
    max-width: 37rem;
  }
}
@media only screen and (max-width: 991px) {
  .cta-banner__media {
    max-width: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .cta-banner__media {
    margin: 1.6rem auto 0;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.cta-banner__phone {
  width: 100%;
  height: auto;
}
.glp1-companion {
  padding: 8rem 0;
}
@media only screen and (max-width: 991px) {
  .glp1-companion {
    padding: 5.6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .glp1-companion {
    padding: 4.8rem 0;
  }
}
.glp1-companion__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70rem;
  gap: 2.4rem;
  align-items: start;
}
@media only screen and (max-width: 1280px) {
  .glp1-companion__layout {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.glp1-companion__header {
  margin: 0 0 3.2rem;
}
@media only screen and (max-width: 991px) {
  .glp1-companion__header {
    margin-bottom: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .glp1-companion__header {
    margin-bottom: 2.4rem;
  }
}
.glp1-companion__title {
  margin: 0 0 4rem;
  color: #268fd0;
}
@media only screen and (max-width: 991px) {
  .glp1-companion__title {
    margin-bottom: 2rem;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 767px) {
  .glp1-companion__title {
    margin-bottom: 2rem;
    line-height: 1.12;
  }
}
.glp1-companion__intro {
  max-width: 66rem;
  margin: 0;
  font-size: 2rem;
  line-height: 1.45;
  color: #46618a;
}
@media only screen and (max-width: 1280px) {
  .glp1-companion__intro {
    max-width: none;
  }
}
@media only screen and (max-width: 991px) {
  .glp1-companion__intro {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .glp1-companion__intro {
    line-height: 1.45;
  }
}
.glp1-companion__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .glp1-companion__features {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .glp1-companion__features {
    gap: 3.2rem;
  }
}
.glp1-companion__figure {
  margin: 0;
  border-radius: 3.2rem;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .glp1-companion__figure {
    border-radius: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .glp1-companion__figure {
    border-radius: 2.4rem;
  }
}
.glp1-companion__image {
  display: block;
  width: 100%;
  height: auto;
}
.glp1-feature {
  min-width: 0;
}
@media only screen and (max-width: 1280px) {
  .glp1-feature {
    display: grid;
    grid-template-columns: 5.2rem minmax(0, 1fr);
    gap: 2.4rem;
    align-items: start;
  }
}
@media only screen and (max-width: 575px) {
  .glp1-feature {
    display: block;
  }
}
.glp1-feature__icon {
  margin: 0 0 1.6rem;
  width: 4rem;
  height: 4rem;
}
@media only screen and (max-width: 991px) {
  .glp1-feature__icon {
    margin: 0;
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .glp1-feature__icon {
    margin: 0 0 1.6rem;
  }
}
.glp1-feature__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 991px) {
  .glp1-feature__icon img {
    width: 5.2rem;
    height: 5.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .glp1-feature__icon img {
    width: 5.6rem;
    height: 5.6rem;
  }
}
.glp1-feature__title {
  margin: 0 0 0.8rem;
  color: #268fd0;
}
@media only screen and (max-width: 991px) {
  .glp1-feature__title {
    margin-bottom: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .glp1-feature__title {
    margin-bottom: 0.8rem;
    line-height: 1.2;
  }
}
.glp1-feature__text {
  margin: 0;
  font-size: 2rem;
  line-height: 1.4;
  color: #46618a;
}
@media only screen and (max-width: 991px) {
  .glp1-feature__text {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .glp1-feature__text {
    font-size: 1.4rem;
  }
}
.success-stories {
  padding: 6.4rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .success-stories {
    padding: 5.6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .success-stories {
    padding: 4.8rem 0;
  }
}
.success-stories__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  margin: 0 0 3.2rem;
}
@media only screen and (max-width: 767px) {
  .success-stories__header {
    align-items: flex-start;
    margin-bottom: 2.4rem;
  }
}
.success-stories__title {
  margin: 0;
  color: #268fd0;
}
.success-stories__nav {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .success-stories__nav {
    display: none;
  }
}
.success-stories__arrow {
  width: 6.4rem;
  height: 4.8rem;
  border: none;
  background: transparent;
  color: #268fd0;
  font-size: 4rem;
  line-height: 1;
}
.success-stories__arrow:hover,
.success-stories__arrow:focus-visible {
  color: #1e7dc5;
  background: transparent;
  transform: none;
}
.success-stories__arrow:hover svg path,
.success-stories__arrow:focus-visible svg path {
  fill: #268fd0;
}
.success-stories__arrow svg path {
  fill: #B8DFF8;
}
.success-stories__carousel {
  overflow: visible;
}
@media only screen and (max-width: 991px) {
  .success-stories__carousel::after {
    display: none;
  }
}
.success-stories__carousel.is-slider-active {
  width: auto;
  margin-right: 0;
}
.success-stories__track {
  padding-right: 12rem;
}
@media only screen and (max-width: 991px) {
  .success-stories__track {
    padding-right: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .success-stories__track {
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .success-stories__track {
    padding-right: 0;
  }
}
.success-stories__slide {
  flex: 0 0 45.8rem;
  max-width: 45.8rem;
  min-width: 0;
}
@media only screen and (max-width: 991px) {
  .success-stories__slide {
    flex: 0 0 45.8rem;
    max-width: 45.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .success-stories__slide {
    flex: 0 0 40rem;
    max-width: 40rem;
  }
}
@media only screen and (max-width: 575px) {
  .success-stories__slide {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.success-stories__dots {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 991px) {
  .success-stories__dots {
    margin-top: 2.4rem;
  }
}
@media only screen and (min-width: 992px) {
  .success-stories .mnt-carousel.is-slider-active .mnt-carousel__viewport {
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  .success-stories .mnt-carousel.is-slider-active .mnt-carousel__track {
    display: flex;
    gap: 3.2rem;
    will-change: transform;
    transition: transform 0.45s ease;
  }
}
.success-stories .mnt-carousel__dot {
  width: 1.2rem;
  height: 1.2rem;
}
.success-stories .mnt-carousel__controls {
  display: none;
}
.story-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 0.1rem solid #d8d8d8;
  border-radius: 2.8rem;
  overflow: hidden;
}
.story-card__media {
  margin: 0;
}
.story-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.33333333;
  object-fit: cover;
}
.story-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 2.4rem 2.4rem 2rem;
}
@media only screen and (max-width: 767px) {
  .story-card__body {
    padding: 2rem 2rem 1.8rem;
  }
}
.story-card__title {
  margin: 0 0 1.2rem;
  color: #46618a;
}
.story-card__meta {
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
  line-height: 1.35;
  color: #46618a;
}
@media only screen and (max-width: 767px) {
  .story-card__meta {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.story-card__quote {
  margin: 0 0 2.4rem;
  font-size: 2.2rem;
  line-height: 1.35;
  font-style: italic;
}
@media only screen and (max-width: 991px) {
  .story-card__quote {
    font-size: 1.8rem;
  }
}
.story-card__link {
  margin-top: auto;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #0bb850;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
@media only screen and (max-width: 991px) {
  .story-card__link {
    font-size: 1.6rem;
  }
}
.story-card__link:hover {
  color: #109344;
}
.by-the-numbers {
  padding: 6.4rem 0;
}
@media only screen and (max-width: 991px) {
  .by-the-numbers {
    padding: 5.6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .by-the-numbers {
    padding: 4.8rem 0;
  }
}
.by-the-numbers__title {
  margin: 0 0 3.2rem;
  color: #268fd0;
}
@media only screen and (max-width: 991px) {
  .by-the-numbers__title {
    margin-bottom: 2.4rem;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 767px) {
  .by-the-numbers__title {
    margin-bottom: 2.4rem;
    line-height: 1.12;
  }
}
.by-the-numbers__rows {
  display: grid;
  gap: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .by-the-numbers__rows {
    gap: 1.2rem;
  }
}
.by-the-numbers__row {
  display: grid;
  gap: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .by-the-numbers__row {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.by-the-numbers__row--top {
  grid-template-columns: 43.3rem 1fr 43.3rem;
}
@media only screen and (max-width: 1280px) {
  .by-the-numbers__row--top {
    grid-template-columns: 26% 1fr 43.3rem;
  }
}
@media only screen and (max-width: 991px) {
  .by-the-numbers__row--top {
    grid-template-columns: 30% 30% 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .by-the-numbers__row--top {
    grid-template-columns: 1fr;
  }
}
.by-the-numbers__row--bottom {
  grid-template-columns: 21.7rem 1fr 1fr;
}
@media only screen and (max-width: 991px) {
  .by-the-numbers__row--bottom {
    grid-template-columns: 1fr 39% 39%;
  }
}
@media only screen and (max-width: 767px) {
  .by-the-numbers__row--bottom {
    grid-template-columns: 1fr;
  }
}
.number-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 15.2rem;
  padding: 2.4rem;
  border: 0.1rem solid #d8d8d8;
  border-radius: 2.4rem;
  background: transparent;
}
@media only screen and (max-width: 991px) {
  .number-card {
    min-height: 12rem;
    padding: 1.4rem;
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .number-card {
    min-height: 15rem;
    padding: 1.6rem;
  }
}
.number-card__icon {
  width: 6.4rem;
  height: 6.4rem;
  margin: 0 0 1.6rem;
}
@media only screen and (max-width: 991px) {
  .number-card__icon {
    width: 4.2rem;
    height: 4.2rem;
    margin-bottom: 1.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .number-card__icon {
    width: 3.2rem;
    height: 3.2rem;
    margin-bottom: 1.2rem;
  }
}
.number-card__icon-svg {
  display: block;
  width: 100%;
  height: 100%;
}
.number-card__content {
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
}
.number-card__label {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  color: #46618a;
}
@media only screen and (max-width: 575px) {
  .number-card__label {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.number-card__value {
  margin: 0 0 0.4rem;
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0bb850;
}
@media only screen and (max-width: 991px) {
  .number-card__value {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .number-card__value {
    font-size: 2.8rem;
    line-height: 1.05;
  }
}
.number-image-card {
  margin: 0;
  border-radius: 2.4rem;
  overflow: hidden;
  min-height: 15.2rem;
}
@media only screen and (max-width: 991px) {
  .number-image-card {
    min-height: 12rem;
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .number-image-card {
    min-height: 15rem;
  }
}
.number-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .number-image-card--app {
    height: 54rem;
    order: 5;
  }
}
@media only screen and (max-width: 575px) {
  .number-image-card--app {
    height: 27rem;
  }
}
@media only screen and (max-width: 767px) {
  .number-image-card--food {
    height: 30rem;
    order: 3;
  }
}
@media only screen and (max-width: 575px) {
  .number-image-card--food {
    height: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .number-card--users {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .number-card--foods {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .number-card--nutrients {
    order: 4;
  }
}
@media only screen and (max-width: 767px) {
  .number-card--expertise {
    order: 5;
  }
}
@media only screen and (max-width: 767px) {
  .number-image-card--app {
    order: 6;
  }
}
.user-reviews {
  padding: 6.4rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .user-reviews {
    padding: 5.6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .user-reviews {
    padding: 4.8rem 0;
  }
}
.user-reviews__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  margin: 0 0 3.2rem;
}
@media only screen and (max-width: 767px) {
  .user-reviews__header {
    align-items: flex-start;
    margin-bottom: 2.4rem;
  }
}
.user-reviews__title {
  margin: 0;
  color: #268fd0;
}
.user-reviews__nav {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .user-reviews__nav {
    display: none;
  }
}
.user-reviews__arrow {
  width: 6.4rem;
  height: 4.8rem;
  border: none;
  background: transparent;
  color: #268fd0;
  font-size: 4rem;
  line-height: 1;
}
.user-reviews__arrow:hover,
.user-reviews__arrow:focus-visible {
  color: #1e7dc5;
  background: transparent;
  transform: none;
}
.user-reviews__arrow:hover svg path,
.user-reviews__arrow:focus-visible svg path {
  fill: #268fd0;
}
.user-reviews__arrow svg path {
  fill: #B8DFF8;
}
.user-reviews__carousel {
  overflow: visible;
}
@media only screen and (max-width: 991px) {
  .user-reviews__carousel::after {
    display: none;
  }
}
.user-reviews__carousel.is-slider-active {
  width: auto;
  margin-right: 0;
}
.user-reviews__track {
  padding-right: 12rem;
}
@media only screen and (max-width: 991px) {
  .user-reviews__track {
    padding-right: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .user-reviews__track {
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .user-reviews__track {
    padding-right: 2.4rem;
  }
}
.user-reviews__slide {
  flex: 0 0 46.4rem;
  max-width: 46.4rem;
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .user-reviews__slide {
    flex: 0 0 30rem;
    max-width: 30rem;
  }
}
.user-reviews__dots {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 991px) {
  .user-reviews__dots {
    margin-top: 2.4rem;
  }
}
@media only screen and (min-width: 992px) {
  .user-reviews .mnt-carousel.is-slider-active .mnt-carousel__viewport {
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  .user-reviews .mnt-carousel.is-slider-active .mnt-carousel__track {
    display: flex;
    gap: 2.4rem;
    will-change: transform;
    transition: transform 0.45s ease;
  }
}
.user-reviews .mnt-carousel__dot {
  width: 1.2rem;
  height: 1.2rem;
}
.user-reviews .mnt-carousel__controls {
  display: none;
}
.review-card {
  min-height: 25.2rem;
  padding: 1.6rem;
  height: 100%;
  border: 0.1rem solid #d8d8d8;
  border-radius: 2.4rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
  .review-card {
    min-height: 22.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .review-card {
    min-height: 22rem;
    padding: 1.2rem;
    border-radius: 2rem;
  }
}
.review-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .review-card__top {
    gap: 1.2rem;
    margin-bottom: 1.4rem;
  }
}
.review-card__person {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  min-width: 0;
}
@media only screen and (max-width: 991px) {
  .review-card__person {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .review-card__person {
    gap: 1rem;
  }
}
.review-card__avatar {
  flex: 0 0 6.4rem;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  overflow: hidden;
}
.review-card__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-card__name {
  margin: 0;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 600;
  color: #46618a;
}
@media only screen and (max-width: 991px) {
  .review-card__name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .review-card__name {
    font-size: 1.4rem;
  }
}
.review-card__rating {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding-top: 1.6rem;
  color: #EA6B3C;
  font-size: 2rem;
  line-height: 1;
}
.review-card__text {
  margin: 0;
  font-size: 2rem;
  line-height: 1.45;
  color: #46618a;
}
@media only screen and (max-width: 991px) {
  .review-card__text {
    font-size: 1.6rem;
    line-height: 1.45;
  }
}
@media only screen and (max-width: 575px) {
  .review-card__text {
    font-size: 1.2rem;
  }
}
.device-sync {
  padding: 6.4rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .device-sync {
    padding: 5.6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .device-sync {
    padding: 4.8rem 0;
  }
}
.device-sync__title {
  margin: 0 0 4rem;
  text-align: center;
  color: #268fd0;
}
@media only screen and (max-width: 991px) {
  .device-sync__title {
    margin-bottom: 3.2rem;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 767px) {
  .device-sync__title {
    margin-bottom: 2.8rem;
    text-align: left;
    line-height: 1.12;
  }
}
.logo-marquee {
  --marquee-duration: 32s;
  --marquee-distance: 0px;
  pointer-events: none;
  user-select: none;
}
.logo-marquee__viewport {
  position: relative;
  overflow: hidden;
}
.logo-marquee__viewport::before,
.logo-marquee__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10rem;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .logo-marquee__viewport::before,
  .logo-marquee__viewport::after {
    width: 7.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .logo-marquee__viewport::before,
  .logo-marquee__viewport::after {
    width: 4.8rem;
  }
}
@media only screen and (max-width: 575px) {
  .logo-marquee__viewport::before,
  .logo-marquee__viewport::after {
    width: 3.2rem;
  }
}
.logo-marquee__viewport::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(247, 245, 242, 0) 100%);
}
.logo-marquee__viewport::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(247, 245, 242, 0) 100%);
}
.logo-marquee__track {
  display: flex;
  align-items: center;
  gap: 6.4rem;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
  animation: logo-marquee-scroll var(--marquee-duration) linear infinite;
}
@media only screen and (max-width: 991px) {
  .logo-marquee__track {
    gap: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .logo-marquee__track {
    gap: 3.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .logo-marquee__track {
    gap: 2.8rem;
  }
}
.logo-marquee__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-marquee__logo {
  display: block;
  width: auto;
  opacity: 1;
}
@media only screen and (max-width: 575px) {
  .logo-marquee__logo {
    height: 3.2rem;
  }
}
@keyframes logo-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--marquee-distance)), 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .logo-marquee__track {
    animation: none;
    transform: none;
  }
}
.faq-section {
  padding: 6.4rem 0;
}
@media only screen and (max-width: 991px) {
  .faq-section {
    padding: 5.6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section {
    padding: 4.8rem 0;
  }
}
.faq-section__title {
  margin: 0 0 3.2rem;
  color: #268fd0;
}
@media only screen and (max-width: 991px) {
  .faq-section__title {
    margin-bottom: 3.2rem;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section__title {
    margin-bottom: 2.4rem;
    line-height: 1.12;
  }
}
.faq-section__list {
  display: grid;
  gap: 1.6rem;
}
.faq-item {
  border: 0.1rem solid #d8d8d8;
  border-radius: 2.4rem;
  overflow: hidden;
  will-change: height;
}
.faq-item__summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 4rem;
  align-items: center;
  gap: 2.4rem;
  padding: 3rem 2.4rem;
  cursor: pointer;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .faq-item__summary {
    padding: 2rem 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq-item__summary {
    grid-template-columns: minmax(0, 1fr) 3.2rem;
    gap: 1.6rem;
    padding: 1.8rem 2rem;
  }
}
.faq-item__summary::-webkit-details-marker {
  display: none;
}
.faq-item__summary::marker {
  display: none;
}
.faq-item__question {
  display: block;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #268fd0;
}
@media only screen and (max-width: 991px) {
  .faq-item__question {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq-item__question {
    font-size: 2rem;
    line-height: 1.15;
  }
}
.faq-item__icon {
  position: relative;
  width: 4rem;
  height: 4rem;
  justify-self: end;
  transition: transform 0.25s ease;
}
@media only screen and (max-width: 767px) {
  .faq-item__icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.4rem;
  height: 0.2rem;
  background: #268fd0;
  border-radius: 999rem;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .faq-item__icon::before,
  .faq-item__icon::after {
    width: 2rem;
  }
}
.faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item[open] .faq-item__icon {
  transform: rotate(45deg);
}
.faq-item__content {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .faq-item__content {
    padding: 0 2.4rem;
  }
}
.faq-item__content-inner {
  padding: 0 2.4rem 2rem;
}
@media only screen and (max-width: 991px) {
  .faq-item__content-inner {
    padding: 0 4.8rem 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .faq-item__content-inner {
    padding: 0 2rem 1.8rem;
  }
}
.faq-item__content p {
  margin: 0;
  font-size: 2rem;
  line-height: 1.4;
  color: #46618a;
}
@media only screen and (max-width: 767px) {
  .faq-item__content p {
    font-size: 1.4rem;
    line-height: 1.38;
  }
}
.article-disclaimer {
  position: relative;
  margin: 7.5rem 0 8rem;
  padding: 2rem 7rem 2rem 11rem;
  border: 2px dashed #0bb850;
  text-align: left;
  border-radius: 1rem;
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .article-disclaimer {
    margin: 6.5rem 0 7rem;
    padding-right: 6rem;
    padding-left: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-disclaimer {
    margin: 5.5rem 0 6rem;
    padding-right: 5rem;
    padding-left: 9rem;
  }
}
@media only screen and (max-width: 575px) {
  .article-disclaimer {
    margin: 5.5rem 0 6rem;
    padding: 7rem 2rem 2rem;
    font-size: 1.8rem;
  }
}
.article-disclaimer .__icon {
  position: absolute;
  top: 50%;
  left: 4rem;
  margin-top: -2.1rem;
}
@media only screen and (max-width: 991px) {
  .article-disclaimer .__icon {
    left: 3.5rem;
    width: 4rem;
    height: auto;
    margin-top: -2rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-disclaimer .__icon {
    left: 3rem;
    width: 3.8rem;
    margin-top: -1.9rem;
  }
}
@media only screen and (max-width: 575px) {
  .article-disclaimer .__icon {
    left: 50%;
    top: 2rem;
    margin: 0 0 0 -1.8rem;
    width: 3.6rem;
  }
}
