@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(../fonts/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EH7alwg.ttf)
    format('truetype');
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  src: url(../fonts/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkW-EH7alwg.ttf)
    format('truetype');
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(../fonts/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkbqDH7alwg.ttf)
    format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFV0Uw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYiFV0Uw.ttf) format('truetype');
}

/*! Custom CSS */

/*! Custom CSS */

*,
*::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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  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;
}
/*! 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: 500;
  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.2rem solid transparent;
  padding: 1.05rem 3rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 3.5rem;
  text-transform: uppercase;
}
@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: #ffb845;
  background: linear-gradient(to bottom, #ffb845 0%, #ff9945 100%);
  border-color: rgba(138, 85, 70, 0.15);
  background-clip: padding-box;
}
.btn-primary:hover {
  color: #fff;
  background: linear-gradient(to bottom, #ffca59 0%, #ffae45 100%);
  background-clip: padding-box;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background: linear-gradient(to bottom, #ffa93b 0%, #ff8420 100%);
  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 {
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3rem;
  text-align: center;
  color: #0bb850;
  border: 2px solid #0bb850;
  font-size: 2.4rem;
  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-family: 'Cabin', Helvetica, Arial, sans-serif;
  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;
}
.font-alt {
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
}
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,
.section-article ._stepbox .__step .__header {
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
  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: 2.4rem;
  font-family: 'Cabin', Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #46618a;
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 2rem;
  }
}
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: 500;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
h1,
.h1 {
  font-size: 9rem;
}
@media only screen and (max-width: 1469px) {
  h1,
  .h1 {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 1366px) {
  h1,
  .h1 {
    font-size: 7.5rem;
  }
}
@media only screen and (max-width: 1280px) {
  h1,
  .h1 {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 4.8rem;
  }
}
@media print {
  h1,
  .h1 {
    font-size: 8rem;
  }
}
h2,
.h2 {
  font-size: 8rem;
}
@media only screen and (max-width: 1469px) {
  h2,
  .h2 {
    font-size: 7.2rem;
  }
}
@media only screen and (max-width: 1280px) {
  h2,
  .h2 {
    font-size: 6.6rem;
  }
}
@media only screen and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 5.6rem;
  }
}
@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 4.6rem;
  }
}
@media only screen and (max-width: 575px) {
  h2,
  .h2 {
    font-size: 4rem;
  }
}
@media print {
  h2,
  .h2 {
    font-size: 7rem;
  }
}
h3,
.h3 {
  font-size: 6rem;
}
@media only screen and (max-width: 1469px) {
  h3,
  .h3 {
    font-size: 5.6rem;
  }
}
@media only screen and (max-width: 991px) {
  h3,
  .h3 {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  h3,
  .h3 {
    font-size: 3.4rem;
  }
}
@media print {
  h3,
  .h3 {
    font-size: 5.2rem;
  }
}
h4,
.h4 {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1469px) {
  h4,
  .h4 {
    font-size: 4.6rem;
  }
}
@media only screen and (max-width: 991px) {
  h4,
  .h4 {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 575px) {
  h4,
  .h4 {
    font-size: 3.2rem;
  }
}
@media print {
  h4,
  .h4 {
    font-size: 4.2rem;
  }
}
h5,
.h5 {
  font-size: 4.2rem;
}
@media only screen and (max-width: 1469px) {
  h5,
  .h5 {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 991px) {
  h5,
  .h5 {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 575px) {
  h5,
  .h5 {
    font-size: 2.6rem;
  }
}
@media print {
  h5,
  .h5 {
    font-size: 3.8rem;
  }
}
h6,
.h6 {
  font-size: 3.4rem;
}
@media only screen and (max-width: 1469px) {
  h6,
  .h6 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 991px) {
  h6,
  .h6 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  h6,
  .h6 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 575px) {
  h6,
  .h6 {
    font-size: 2rem;
  }
}
@media print {
  h6,
  .h6 {
    font-size: 3rem;
  }
}
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;
  }
}

@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(../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(../images/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 (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:first-child > .nav-link::before {
  display: none;
}
.navbar-site .navbar-nav-site .nav-link {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  border: 1px solid transparent;
  z-index: 1000;
}
.navbar-site .navbar-nav-site .nav-link::before {
  display: block;
  position: absolute;
  top: 2.1rem;
  left: -0.2rem;
  height: 0.5rem;
  width: 0.5rem;
  content: '';
  background: #fcf8b3;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1366px) {
  .navbar-site .navbar-nav-site .nav-link::before {
    top: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-site .navbar-nav-site .nav-link::before {
    display: none;
  }
}
@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: 2rem;
  }
}
@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.6rem;
    color: #46618a;
    text-align: left;
    text-transform: uppercase;
  }
}
.navbar-site .navbar-nav-site .nav-link:hover,
.navbar-site .navbar-nav-site .nav-link:focus {
  color: #fcf8b3;
  text-decoration: none !important;
}
@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:focus .nav-link,
  .navbar-site .navbar-nav-site .dropdown:hover .nav-link {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 25px;
    padding-right: 25px;
    border-color: #eae4de;
    border-bottom: none;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    color: #ff8e3e;
    z-index: 1001;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .navbar-site .navbar-nav-site .dropdown:focus .nav-link,
  .navbar-site .navbar-nav-site .dropdown:hover .nav-link {
    padding-left: 23px;
    padding-right: 23px;
  }
}
@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 .dropdown-menu,
  .navbar-site .navbar-nav-site .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.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;
}
@media only screen and (min-width: 768px) {
  .navbar-site .navbar-subnav_no-bullets > li > a {
    padding-left: 1rem !important;
  }
}
.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: -5px;
    margin-top: -2px;
    padding: 1rem;
    min-width: 31rem;
    background-color: #fff;
    border: 1px solid #eae4de;
    box-shadow: rgba(0, 0, 0, 0.45) 0 4px 7px -4px;
    border-radius: 0 5px 5px 5px;
    z-index: 1000;
    text-align: left;
    font-size: 2rem;
  }
}
@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;
    padding: 0.8rem 1rem 0.8rem 3rem;
    border-radius: 3px;
    transition: all 0.15s ease-in-out 0s;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-site .dropdown-menu > li > a::before {
    position: absolute;
    top: 7px;
    left: 15px;
    color: #ff8e3e;
    font-size: 2rem;
    content: '•';
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .navbar-site .dropdown-menu > li > a::before {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-site .dropdown-menu > li > a:hover,
  .navbar-site .dropdown-menu > li > a:focus {
    background: #ff8e3e;
    color: #fff;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-site .dropdown-menu > li > a:hover::before,
  .navbar-site .dropdown-menu > li > a:focus::before {
    color: #fff;
  }
}
.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(../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-primary {
  border-color: rgba(5, 96, 0, 0.5);
  border-width: 0.3rem;
}
.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: #0bb850;
  }
  .navbar-site .btn-tertiary:hover,
  .navbar-site .btn-tertiary:focus,
  .navbar-site .btn-tertiary.focus {
    color: #fff;
    border-color: #0bb850;
  }
}
.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;
  }
}

@media only screen and (max-width: 1280px) {
  .fixed-top.in .navbar-brand {
    margin-top: 0;
  }
}

.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(../images/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");
}
.fixed-top.in .nav-link {
  color: #46618a;
}
.fixed-top.in .nav-link::before {
  background: #beaeac;
}
.fixed-top.in .nav-link:hover,
.fixed-top.in .nav-link:focus {
  color: inherit;
  text-decoration: underline;
}
.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(../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 {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .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: 2.5rem 0 5rem;
  font-size: 2.2rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  .footer-site > .container ._heading {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer-site > .container ._heading {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 1469px) {
  .footer-site > .container ._heading {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer-site > .container ._heading {
    font-size: 1.8rem;
  }
}
@media print {
  .footer-site > .container {
    display: none !important;
  }
}
.footer-site ._logo {
  display: block;
  max-width: 29.4rem;
  margin-bottom: 6rem;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .footer-site ._logo {
    margin-bottom: 4rem;
    max-width: 27rem;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-site ._logo {
    max-width: 25rem;
  }
}
@media only screen and (max-width: 991px) {
  .footer-site ._logo {
    position: absolute;
    top: 5rem;
    left: 1.5rem;
    max-width: 29.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer-site ._logo {
    max-width: 18.5rem;
  }
}
.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 > .container {
  padding-top: 10.5rem;
}
@media only screen and (max-width: 991px) {
  .footer-site.__rounded > .container {
    padding-top: 17rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer-site.__rounded > .container {
    padding-top: 14rem;
  }
}
@media only screen and (max-width: 991px) {
  .footer-site.__rounded > .container ._logo {
    top: 7rem;
  }
}
.footer-site ._section {
  margin-right: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .footer-site ._section {
    -ms-flex: 0 25%;
    -webkit-flex: 0 25%;
    flex: 0 25%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-site ._section {
    -ms-flex: 0 50%;
    -webkit-flex: 0 50%;
    flex: 0 50%;
  }
}
@media only screen and (max-width: 991px) {
  .footer-site ._section:first-child {
    -ms-flex: 0 100%;
    -webkit-flex: 0 100%;
    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: 1.5rem;
}
@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 ._stores {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .footer-site ._stores {
    float: left;
  }
}
@media only screen and (max-width: 575px) {
  .footer-site ._stores {
    float: none;
  }
}
.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 {
  margin-top: 1.5rem;
  font-size: 2rem;
  color: #5b6067;
}
@media only screen and (max-width: 1280px) {
  .footer-site ._stats {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .footer-site ._stats {
    float: left;
    margin-left: 2rem;
    margin-top: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-site ._stats {
    max-width: 14.5rem;
    margin-top: -0.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer-site ._stats {
    float: none;
    margin: 1.5rem 0 0;
    max-width: none;
  }
}
.footer-site ._stats > span {
  color: #beaeac;
}
.footer-site ._stats strong {
  font-weight: 700;
}
.footer-site ._stats > img {
  vertical-align: text-top;
}
@media only screen and (max-width: 1280px) {
  .footer-site ._stats > img {
    width: 2.2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-site ._stats > img {
    width: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .footer-site ._stats > img {
    width: 2.2rem;
  }
}
.footer-site .list-share {
  margin-top: 4.5rem;
}
@media only screen and (max-width: 991px) {
  .footer-site .list-share {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .footer-site .list-share {
    float: none;
    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;
  }
}
@media only screen and (max-width: 991px) {
  .footer-site .copyright ._text {
    order: 2;
  }
}
.footer-site .copyright .nav {
  margin: 0;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .footer-site .copyright .nav {
    margin-bottom: 2rem;
    order: 1;
  }
}
.footer-site .copyright .nav > li {
  padding: 0 1.5rem;
  height: 1.2rem;
  border-left: 1px solid #ccbebc;
}
@media only screen and (max-width: 991px) {
  .footer-site .copyright .nav > li {
    padding: 0 1rem;
    height: 0.8rem;
  }
}
.footer-site .copyright .nav > li:first-child {
  padding-left: 0;
  border: none;
}
.footer-site .copyright .nav a {
  position: relative;
  top: -0.4rem;
}
.footer-site .copyright .__secured {
  margin-right: 1.5rem;
}
@media only screen and (max-width: 575px) {
  .footer-site .copyright .__secured {
    display: block;
    margin: 0 auto 1.5rem;
  }
}
.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;
}
.list-share > li {
  display: inline;
  margin-right: 0.5rem;
}
.list-share a {
  display: inline-block;
  width: 5.6rem;
  height: 5.6rem;
  line-height: 4.8rem;
  text-align: center;
  border: 0.2rem solid rgba(110, 0, 0, 0.11);
  border-radius: 50%;
}
.list-share .__facebook:hover {
  border-color: #3e69c2;
}
.list-share .__facebook:hover svg > path {
  fill: #3e69c2;
}
.list-share .__facebook:focus {
  border-color: #3e69c2;
  background-color: #3e69c2;
}
.list-share .__facebook:focus svg > path {
  fill: white;
}
.list-share .__twitter:hover {
  border-color: #1da1f3;
}
.list-share .__twitter:hover svg > path {
  fill: #1da1f3;
}
.list-share .__twitter:focus {
  border-color: #1da1f3;
  background-color: #1da1f3;
}
.list-share .__twitter:focus svg > path {
  fill: white;
}
.list-share .__youtube:hover {
  border-color: #f50e1b;
}
.list-share .__youtube:hover svg > path {
  fill: #f50e1b;
}
.list-share .__youtube:focus {
  border-color: #f50e1b;
  background-color: #f50e1b;
}
.list-share .__youtube:focus svg > path {
  fill: white;
}
.list-share .__pinterest:hover {
  border-color: #ca2127;
}
.list-share .__pinterest:hover svg > path {
  fill: #ca2127;
}
.list-share .__pinterest:focus {
  border-color: #ca2127;
  background-color: #ca2127;
}
.list-share .__pinterest:focus svg > path {
  fill: white;
}
.list-share .__linkedin:hover {
  border-color: #0077b4;
}
.list-share .__linkedin:hover svg > path {
  fill: #0077b4;
}
.list-share .__linkedin:focus {
  border-color: #0077b4;
  background-color: #0077b4;
}
.list-share .__linkedin:focus svg > path {
  fill: white;
}
.list-share .__instagram {
  position: relative;
  border: none;
  background: rgba(110, 0, 0, 0.11);
}
.list-share .__instagram .___icon {
  position: relative;
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' viewBox='0 0 32 32' fill='rgb(207, 192, 190)' %3e%3cpath d='M31.904,22.597 C31.826,24.300 31.556,25.463 31.160,26.481 C30.329,28.630 28.630,30.329 26.481,31.160 C25.463,31.556 24.300,31.826 22.597,31.904 C20.891,31.982 20.345,32.000 16.000,32.000 C11.655,32.000 11.110,31.982 9.403,31.904 C7.701,31.826 6.537,31.556 5.520,31.160 C4.452,30.758 3.485,30.128 2.686,29.315 C1.872,28.515 1.242,27.548 0.840,26.481 C0.445,25.463 0.174,24.300 0.097,22.597 C0.018,20.890 0.000,20.345 0.000,16.000 C0.000,11.655 0.018,11.110 0.097,9.403 C0.174,7.700 0.444,6.537 0.840,5.519 C1.242,4.452 1.872,3.485 2.686,2.685 C3.485,1.872 4.452,1.242 5.520,0.840 C6.537,0.444 7.700,0.174 9.403,0.096 C11.110,0.018 11.655,0.000 16.000,0.000 C20.345,0.000 20.890,0.018 22.597,0.097 C24.300,0.174 25.463,0.444 26.480,0.840 C27.548,1.242 28.515,1.872 29.314,2.685 C30.128,3.485 30.758,4.452 31.160,5.519 C31.556,6.537 31.826,7.700 31.904,9.403 C31.982,11.110 32.000,11.655 32.000,16.000 C32.000,20.345 31.982,20.890 31.904,22.597 ZM29.024,9.535 C28.953,7.975 28.692,7.128 28.473,6.564 C28.216,5.869 27.807,5.240 27.276,4.724 C26.760,4.193 26.131,3.784 25.436,3.527 C24.872,3.308 24.025,3.047 22.465,2.976 C20.778,2.899 20.272,2.883 16.000,2.883 C11.728,2.883 11.222,2.899 9.535,2.976 C7.975,3.047 7.127,3.308 6.564,3.527 C5.869,3.784 5.240,4.193 4.724,4.724 C4.193,5.240 3.783,5.869 3.527,6.564 C3.308,7.128 3.047,7.975 2.976,9.535 C2.899,11.222 2.883,11.728 2.883,16.000 C2.883,20.272 2.899,20.779 2.976,22.466 C3.047,24.026 3.308,24.873 3.527,25.437 C3.783,26.132 4.192,26.760 4.724,27.276 C5.240,27.808 5.869,28.217 6.564,28.473 C7.127,28.692 7.974,28.953 9.534,29.024 C11.221,29.101 11.727,29.117 16.000,29.117 C20.273,29.117 20.779,29.101 22.465,29.024 C24.025,28.953 24.873,28.692 25.436,28.473 C26.832,27.935 27.935,26.832 28.473,25.437 C28.692,24.873 28.953,24.026 29.024,22.466 C29.101,20.778 29.117,20.272 29.117,16.000 C29.117,11.728 29.101,11.222 29.024,9.535 ZM24.541,9.379 C23.480,9.379 22.621,8.519 22.621,7.459 C22.621,6.399 23.480,5.539 24.541,5.539 C25.601,5.539 26.461,6.399 26.461,7.459 C26.461,8.519 25.601,9.379 24.541,9.379 ZM16.000,24.216 C11.462,24.216 7.784,20.538 7.784,16.000 C7.784,11.462 11.462,7.784 16.000,7.784 C20.538,7.784 24.216,11.462 24.216,16.000 C24.216,20.538 20.538,24.216 16.000,24.216 ZM16.000,10.667 C13.055,10.667 10.667,13.054 10.667,16.000 C10.667,18.946 13.054,21.333 16.000,21.333 C18.945,21.333 21.333,18.946 21.333,16.000 C21.333,13.055 18.945,10.667 16.000,10.667 Z'/%3e%3c/svg%3e");
}
.list-share .__instagram:hover {
  background: #774ec2;
  background: -moz-linear-gradient(
    top,
    #774ec2 0%,
    #d32e8c 34%,
    #f57334 69%,
    #fed97d 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #774ec2),
    color-stop(34%, #d32e8c),
    color-stop(69%, #f57334),
    color-stop(100%, #fed97d)
  );
  background: -webkit-linear-gradient(
    top,
    #774ec2 0%,
    #d32e8c 34%,
    #f57334 69%,
    #fed97d 100%
  );
  background: -o-linear-gradient(
    top,
    #774ec2 0%,
    #d32e8c 34%,
    #f57334 69%,
    #fed97d 100%
  );
  background: -ms-linear-gradient(
    top,
    #774ec2 0%,
    #d32e8c 34%,
    #f57334 69%,
    #fed97d 100%
  );
  background: linear-gradient(
    to bottom,
    #774ec2 0%,
    #d32e8c 34%,
    #f57334 69%,
    #fed97d 100%
  );
}
.list-share .__instagram:hover .___icon {
  background-image: url(../images/icon-instagram-hover.svg);
}
.list-share .__instagram:focus {
  background: #774ec2;
  background: -moz-linear-gradient(
    top,
    #774ec2 0%,
    #d32e8c 34%,
    #f57334 69%,
    #fed97d 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #774ec2),
    color-stop(34%, #d32e8c),
    color-stop(69%, #f57334),
    color-stop(100%, #fed97d)
  );
  background: -webkit-linear-gradient(
    top,
    #774ec2 0%,
    #d32e8c 34%,
    #f57334 69%,
    #fed97d 100%
  );
  background: -o-linear-gradient(
    top,
    #774ec2 0%,
    #d32e8c 34%,
    #f57334 69%,
    #fed97d 100%
  );
  background: -ms-linear-gradient(
    top,
    #774ec2 0%,
    #d32e8c 34%,
    #f57334 69%,
    #fed97d 100%
  );
  background: linear-gradient(
    to bottom,
    #774ec2 0%,
    #d32e8c 34%,
    #f57334 69%,
    #fed97d 100%
  );
}
.list-share .__instagram:focus .___icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' viewBox='0 0 32 32' fill='rgb(255, 255, 255)' %3e%3cpath d='M31.904,22.597 C31.826,24.300 31.556,25.463 31.160,26.481 C30.329,28.630 28.630,30.329 26.481,31.160 C25.463,31.556 24.300,31.826 22.597,31.904 C20.891,31.982 20.345,32.000 16.000,32.000 C11.655,32.000 11.110,31.982 9.403,31.904 C7.701,31.826 6.537,31.556 5.520,31.160 C4.452,30.758 3.485,30.128 2.686,29.315 C1.872,28.515 1.242,27.548 0.840,26.481 C0.445,25.463 0.174,24.300 0.097,22.597 C0.018,20.890 0.000,20.345 0.000,16.000 C0.000,11.655 0.018,11.110 0.097,9.403 C0.174,7.700 0.444,6.537 0.840,5.519 C1.242,4.452 1.872,3.485 2.686,2.685 C3.485,1.872 4.452,1.242 5.520,0.840 C6.537,0.444 7.700,0.174 9.403,0.096 C11.110,0.018 11.655,0.000 16.000,0.000 C20.345,0.000 20.890,0.018 22.597,0.097 C24.300,0.174 25.463,0.444 26.480,0.840 C27.548,1.242 28.515,1.872 29.314,2.685 C30.128,3.485 30.758,4.452 31.160,5.519 C31.556,6.537 31.826,7.700 31.904,9.403 C31.982,11.110 32.000,11.655 32.000,16.000 C32.000,20.345 31.982,20.890 31.904,22.597 ZM29.024,9.535 C28.953,7.975 28.692,7.128 28.473,6.564 C28.216,5.869 27.807,5.240 27.276,4.724 C26.760,4.193 26.131,3.784 25.436,3.527 C24.872,3.308 24.025,3.047 22.465,2.976 C20.778,2.899 20.272,2.883 16.000,2.883 C11.728,2.883 11.222,2.899 9.535,2.976 C7.975,3.047 7.127,3.308 6.564,3.527 C5.869,3.784 5.240,4.193 4.724,4.724 C4.193,5.240 3.783,5.869 3.527,6.564 C3.308,7.128 3.047,7.975 2.976,9.535 C2.899,11.222 2.883,11.728 2.883,16.000 C2.883,20.272 2.899,20.779 2.976,22.466 C3.047,24.026 3.308,24.873 3.527,25.437 C3.783,26.132 4.192,26.760 4.724,27.276 C5.240,27.808 5.869,28.217 6.564,28.473 C7.127,28.692 7.974,28.953 9.534,29.024 C11.221,29.101 11.727,29.117 16.000,29.117 C20.273,29.117 20.779,29.101 22.465,29.024 C24.025,28.953 24.873,28.692 25.436,28.473 C26.832,27.935 27.935,26.832 28.473,25.437 C28.692,24.873 28.953,24.026 29.024,22.466 C29.101,20.778 29.117,20.272 29.117,16.000 C29.117,11.728 29.101,11.222 29.024,9.535 ZM24.541,9.379 C23.480,9.379 22.621,8.519 22.621,7.459 C22.621,6.399 23.480,5.539 24.541,5.539 C25.601,5.539 26.461,6.399 26.461,7.459 C26.461,8.519 25.601,9.379 24.541,9.379 ZM16.000,24.216 C11.462,24.216 7.784,20.538 7.784,16.000 C7.784,11.462 11.462,7.784 16.000,7.784 C20.538,7.784 24.216,11.462 24.216,16.000 C24.216,20.538 20.538,24.216 16.000,24.216 ZM16.000,10.667 C13.055,10.667 10.667,13.054 10.667,16.000 C10.667,18.946 13.054,21.333 16.000,21.333 C18.945,21.333 21.333,18.946 21.333,16.000 C21.333,13.055 18.945,10.667 16.000,10.667 Z'/%3e%3c/svg%3e");
}
.list-share .__instagram:focus::before {
  display: none;
}
.list-share .__instagram::before {
  position: absolute;
  top: 0.2rem;
  bottom: 0.2rem;
  left: 0.2rem;
  right: 0.2rem;
  content: '';
  border-radius: 50%;
  background: #fff url(../images/pattern-grunge-400x400.jpg) 0 0 repeat;
}
.list-share .__email:hover {
  border-color: #63c7cd;
}
.list-share .__email:hover svg > path {
  fill: #63c7cd;
}
.list-share .__email:focus {
  border-color: #63c7cd;
  background-color: #63c7cd;
}
.list-share .__email:focus svg > path {
  fill: white;
}
.list-share .__print:hover {
  border-color: #78c62c;
}
.list-share .__print:hover svg > path {
  fill: #78c62c;
}
.list-share .__print:focus {
  border-color: #78c62c;
  background-color: #78c62c;
}
.list-share .__print:focus svg > path {
  fill: white;
}
.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;
  }
}

@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,
.section-header .section-article ._stepbox .__step .__header {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-size: 6rem;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 7rem;
}
@media only screen and (max-width: 1469px) {
  .section-header ._headline,
  .section-header .section-toprated ._features .__item .__heading,
  .section-header .section-article ._stepbox .__step .__header {
    font-size: 5.6rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-header ._headline,
  .section-header .section-toprated ._features .__item .__heading,
  .section-header .section-article ._stepbox .__step .__header {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-header ._headline,
  .section-header .section-toprated ._features .__item .__heading,
  .section-header .section-article ._stepbox .__step .__header {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header ._headline,
  .section-header .section-toprated ._features .__item .__heading,
  .section-header .section-article ._stepbox .__step .__header {
    font-size: 3.4rem;
  }
}
@media print {
  .section-header ._headline,
  .section-header .section-toprated ._features .__item .__heading,
  .section-header .section-article ._stepbox .__step .__header {
    font-size: 5.2rem;
  }
}
@media only screen and (max-width: 480px) {
  .section-header ._headline,
  .section-header .section-toprated ._features .__item .__heading,
  .section-header .section-article ._stepbox .__step .__header {
    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 {
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
  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 {
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-size: 6rem;
  margin: 1rem 0 1.5rem;
  color: #fff;
}
@media only screen and (max-width: 1469px) {
  .section-header._to-blog > .container ._blog-meta .__headline {
    font-size: 5.6rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-header._to-blog > .container ._blog-meta .__headline {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-header._to-blog > .container ._blog-meta .__headline {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header._to-blog > .container ._blog-meta .__headline {
    font-size: 3.4rem;
  }
}
@media print {
  .section-header._to-blog > .container ._blog-meta .__headline {
    font-size: 5.2rem;
  }
}
@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 {
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
  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 {
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
  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 {
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
  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,
.section-toprated .section-article ._stepbox .__step .__header {
  margin: 8.5rem 0 7rem;
}
@media only screen and (max-width: 991px) {
  .section-toprated ._headline,
  .section-toprated .section-toprated ._features .__item .__heading,
  .section-toprated .section-article ._stepbox .__step .__header {
    margin: 6.5rem 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-toprated ._headline,
  .section-toprated .section-toprated ._features .__item .__heading,
  .section-toprated .section-article ._stepbox .__step .__header {
    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(../images/texture-noise%401x.png) 0 0 repeat;
  background: url(../images/texture-noise%401x.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,
.section-cta .section-article ._stepbox .__step .__header {
  margin: 0 0 5rem;
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  .section-cta ._headline,
  .section-cta .section-toprated ._features .__item .__heading,
  .section-cta .section-article ._stepbox .__step .__header {
    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,
.section-digest .section-article ._stepbox .__step .__header {
  margin: 0 0 10rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-digest ._headline,
  .section-digest .section-toprated ._features .__item .__heading,
  .section-digest .section-article ._stepbox .__step .__header {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-digest ._headline,
  .section-digest .section-toprated ._features .__item .__heading,
  .section-digest .section-article ._stepbox .__step .__header {
    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: 500;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-size: 4.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: 1469px) {
  .section-digest ._lead .__heading {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-digest ._lead .__heading {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-digest ._lead .__heading {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-digest ._lead .__heading {
    font-size: 2.6rem;
  }
}
@media print {
  .section-digest ._lead .__heading {
    font-size: 3.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: 6.5rem 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: 14rem;
}
@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: -4.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 {
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
  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 {
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
  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;
  letter-spacing: 0.025em;
}
@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;
  }
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #24c0cf;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #fff;
  background-color: #ff9945;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #fff;
  background-color: #ea6b3c;
}
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #fc4f4e;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type='radio'],
.input-group-text input[type='checkbox'] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-select {
  display: block;
  width: 100%;
  padding: 6px 36px 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #46618a;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
  border: 2px solid #09b84f;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  word-wrap: normal;
  -moz-padding-start: calc(12px - 3px);
}
.form-select-md {
  padding: 14px 36px 14px 12px;
}
.form-label-floating {
  position: absolute;
  left: 10px;
  top: -15px;
  padding: 2px 4px;
  font-size: 16px;
  background: #fff;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 24px;
  line-height: 1.5;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 16px;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2ca749;
  background-color: #2ca749;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 3px rgba(44, 167, 73, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #59d376;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b8ecc4;
  border-color: #b8ecc4;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-size: 18px;
}
@media only screen and (min-width: 1470px) {
  .custom-control-label {
    font-size: 20px;
  }
}
.custom-control-label::before {
  position: absolute;
  top: 4px;
  left: -24px;
  display: block;
  width: 18px;
  height: 18px;
  pointer-events: none;
  content: '';
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 4px;
  left: -24px;
  display: block;
  width: 18px;
  height: 18px;
  content: '';
  background: no-repeat 1% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3e%3cpath fill='%23fff' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.5' d='M3.91308 7.03516H3.91326C3.99256 7.03525 4.07081 7.05331 4.14213 7.08798C4.21341 7.12262 4.27591 7.17295 4.32497 7.2352L3.91308 7.03516ZM3.91308 7.03516H3.09394C2.89031 7.03516 2.7766 7.26975 2.90232 7.4292L2.90237 7.42927L6.11214 11.4957L6.11218 11.4957C6.32247 11.7619 6.72568 11.7611 6.93667 11.4962L6.93708 11.4957L12.6597 4.24398C12.6598 4.24378 12.66 4.24358 12.6602 4.24338C12.7884 4.08295 12.6699 3.85 12.4689 3.85H11.6498C11.4894 3.85 11.3367 3.9235 11.2376 4.05044C11.2375 4.05055 11.2374 4.05066 11.2373 4.05077L6.52403 10.0216M3.91308 7.03516L6.52403 10.0216M6.52403 10.0216L4.32506 7.23531L6.52403 10.0216Z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #2ca749;
  background-color: #2ca749;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox_invert {
  display: flex;
  padding-left: 0;
  padding-right: 24px;
}
.custom-checkbox_invert .custom-control-label {
  flex: 1;
}
.custom-checkbox_invert .custom-control-label::before,
.custom-checkbox_invert .custom-control-label::after {
  left: auto;
  right: -24px;
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
body {
  font-weight: 400;
  font-size: 2rem;
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 2rem;
  }
}
.navbar-site .navbar-nav-site {
  font-weight: 500;
}
.footer-site {
  font-weight: 500;
}
.section-article {
  padding-bottom: 6rem;
}
@media print {
  .section-article {
    padding-bottom: 2rem;
  }
}
.section-article h1,
.section-article h2,
.section-article h3,
.section-article h4,
.section-article h5,
.section-article h6,
.section-article .h1,
.section-article .h2,
.section-article .h3,
.section-article .h4,
.section-article .h5,
.section-article .h6 {
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
}
.section-article h1 {
  margin-top: 9rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991px) {
  .section-article h1 {
    margin-top: 6rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article h1 {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
  }
}
.section-article h2 {
  margin-top: 8rem;
  margin-bottom: 3rem;
  font-size: 6rem;
  color: #268fd0;
}
@media only screen and (max-width: 1469px) {
  .section-article h2 {
    font-size: 5.6rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-article h2 {
    margin-top: 5.5rem;
    margin-bottom: 2rem;
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-article h2 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article h2 {
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
    font-size: 3.4rem;
  }
}
@media print {
  .section-article h2 {
    font-size: 5.2rem;
  }
}
.section-article h3 {
  margin-top: 7rem;
  margin-bottom: 3rem;
  font-size: 4.8rem;
}
@media only screen and (max-width: 1469px) {
  .section-article h3 {
    font-size: 4.6rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-article h3 {
    margin-top: 5rem;
    margin-bottom: 2rem;
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-article h3 {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article h3 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-size: 3.2rem;
  }
}
@media print {
  .section-article h3 {
    font-size: 4.2rem;
  }
}
.section-article h4 {
  margin-top: 6rem;
  margin-bottom: 3rem;
  font-size: 3.4rem;
}
@media only screen and (max-width: 1469px) {
  .section-article h4 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-article h4 {
    margin-top: 4.5rem;
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article h4 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
@media print {
  .section-article h4 {
    font-size: 3rem;
  }
}
.section-article h5 {
  margin-top: 5rem;
  margin-bottom: 3rem;
  font-size: 2.6rem;
}
@media only screen and (max-width: 1469px) {
  .section-article h5 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-article h5 {
    margin-top: 4.5rem;
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article h5 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
}
@media print {
  .section-article h5 {
    font-size: 2.6rem;
  }
}
.section-article p {
  margin: 0 0 4rem;
}
@media only screen and (max-width: 991px) {
  .section-article p {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article p {
    margin-bottom: 2rem;
  }
}
@media print {
  .section-article p {
    margin: 0 0 2rem;
  }
}
.section-article hr {
  margin: 7rem 0;
  border-top: 1px dashed #e1cdbe;
}
@media only screen and (max-width: 991px) {
  .section-article hr {
    margin: 5rem 0;
  }
}
.section-article ._lead {
  font-size: 3.2rem;
  line-height: 1.45;
}
@media only screen and (max-width: 991px) {
  .section-article ._lead {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-article ._lead {
    font-size: 2.2rem;
  }
}
.section-article a:not(.btn) {
  color: #0bb850;
}
.section-article ._stepbox {
  position: relative;
  margin: 9rem -10rem 12.5rem;
  z-index: 2;
}
@media only screen and (max-width: 1469px) {
  .section-article ._stepbox {
    margin: 7rem auto 14.5rem;
  }
}
@media only screen and (max-width: 1366px) {
  .section-article ._stepbox {
    margin-bottom: 10.5rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-article ._stepbox {
    margin: 5rem auto 8.5rem;
  }
}
.section-article ._stepbox::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  box-shadow: rgba(136, 130, 128, 0.54) 0 50px 40px -40px;
  background: #fc933b url(../images/texture-noise%401x.png) 0 0 repeat;
  background: url(../images/texture-noise%401x.png),
    radial-gradient(ellipse at top, #febb41 0%, #fc9039 100%);
  content: '';
  z-index: 0;
}
@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: 991px) {
  .section-article ._stepbox::after {
    border-radius: 2rem;
    box-shadow: rgba(136, 130, 128, 0.54) 0 40px 30px -40px;
  }
}
@media only screen and (max-width: 575px) {
  .section-article ._stepbox::after {
    border-radius: 1rem;
    box-shadow: rgba(136, 130, 128, 0.54) 0 30px 20px -30px;
  }
}
.section-article ._stepbox .__step {
  position: relative;
  margin-top: -0.1rem;
  font-size: 2.4rem;
  color: #fff;
  box-shadow: inset rgba(199, 93, 2, 0.42) 0 0 120px 120px;
  border-top: 0.1rem solid #df7d2d;
  border-bottom: 0.1rem solid #df7d2d;
}
@media only screen and (max-width: 1469px) {
  .section-article ._stepbox .__step {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .section-article ._stepbox .__step {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-article ._stepbox .__step {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article ._stepbox .__step {
    font-size: 1.6rem;
  }
}
.section-article ._stepbox .__step .__number {
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 1.5rem;
  left: 4.3rem;
  padding: 0.6rem;
  font-size: 5.4rem;
  border-radius: 50%;
  color: #268fd0;
  border: 2px solid rgba(110, 0, 0, 0.11);
}
@media only screen and (max-width: 1469px) {
  .section-article ._stepbox .__step .__number {
    top: 1rem;
    left: 3.7rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-article ._stepbox .__step .__number {
    left: 2.2%;
    top: 1.8rem;
    padding: 0.4rem;
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .section-article ._stepbox .__step .__number {
    top: 2rem;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-article ._stepbox .__step .__number {
    top: 2.3rem;
    padding: 0.2rem;
    font-size: 3rem;
    border-width: 1px;
  }
}
@media only screen and (max-width: 575px) {
  .section-article ._stepbox .__step .__number {
    top: 1rem;
  }
}
.section-article ._stepbox .__step .__number > span {
  display: block;
  width: 9rem;
  height: 9rem;
  line-height: 9rem;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
}
@media only screen and (max-width: 1469px) {
  .section-article ._stepbox .__step .__number > span {
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-article ._stepbox .__step .__number > span {
    width: 5.8rem;
    height: 5.8rem;
    line-height: 5.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  .section-article ._stepbox .__step .__number > span {
    width: 5.4rem;
    height: 5.4rem;
    line-height: 5.4rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-article ._stepbox .__step .__number > span {
    width: 4.2rem;
    height: 4.2rem;
    line-height: 4.2rem;
  }
}
.section-article ._stepbox .__step .__header {
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 4rem 4rem 2rem 17rem;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 1469px) {
  .section-article ._stepbox .__step .__header {
    padding-left: 16rem;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-article ._stepbox .__step .__header {
    padding-top: 2.5rem;
    padding-left: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .section-article ._stepbox .__step .__header {
    padding-left: 7.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article ._stepbox .__step .__header {
    padding-left: 6.5rem;
    padding-top: 1.5rem;
  }
}
.section-article ._stepbox .__step .__heading {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 575px) {
  .section-article ._stepbox .__step .__heading {
    font-size: 2.6rem;
  }
}
.section-article ._stepbox .__step .__body {
  max-width: 85rem;
  padding-left: 17rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 1469px) {
  .section-article ._stepbox .__step .__body {
    padding-left: 16rem;
    padding-bottom: 4rem;
    max-width: 60%;
  }
}
@media only screen and (max-width: 1280px) {
  .section-article ._stepbox .__step .__body {
    padding-left: 10%;
    padding-bottom: 3rem;
    min-height: 16.5rem;
  }
}
.section-article ._stepbox .__step.collapsed {
  box-shadow: none;
  border-top: none;
  margin-top: 0;
  border-bottom: 0.1rem solid #ef8f37;
}
@media only screen and (max-width: 767px) {
  .section-article ._stepbox .__step.collapsed {
    border: none;
  }
}
.section-article ._stepbox .__step.collapsed:first-child {
  padding-top: 3rem;
}
@media only screen and (max-width: 1280px) {
  .section-article ._stepbox .__step.collapsed:first-child {
    padding-top: 1rem;
  }
}
.section-article ._stepbox .__step.collapsed:first-child .__number {
  top: 4.5rem;
}
@media only screen and (max-width: 1469px) {
  .section-article ._stepbox .__step.collapsed:first-child .__number {
    top: 3.5rem;
  }
}
.section-article ._stepbox .__step.collapsed .__number {
  top: 3rem;
  left: 6rem;
  padding: 0;
  font-size: 3.6rem;
  color: #fff;
}
@media only screen and (max-width: 1469px) {
  .section-article ._stepbox .__step.collapsed .__number {
    left: 5rem;
    top: 2rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-article ._stepbox .__step.collapsed .__number {
    left: 2.6%;
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .section-article ._stepbox .__step.collapsed .__number {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-article ._stepbox .__step.collapsed .__number {
    top: 2.4rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article ._stepbox .__step.collapsed .__number {
    top: 1.2rem;
  }
}
.section-article ._stepbox .__step.collapsed .__number > span {
  width: 6.6rem;
  height: 6.6rem;
  line-height: 6.6rem;
  background: none;
}
@media only screen and (max-width: 1280px) {
  .section-article ._stepbox .__step.collapsed .__number > span {
    width: 5.8rem;
    height: 5.8rem;
    line-height: 5.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  .section-article ._stepbox .__step.collapsed .__number > span {
    width: 5.4rem;
    height: 5.4rem;
    line-height: 5.4rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-article ._stepbox .__step.collapsed .__number > span {
    width: 3.8rem;
    height: 3.8rem;
    line-height: 3.8rem;
  }
}
.section-article ._stepbox .__step.collapsed .__header {
  padding-bottom: 4rem;
  font-size: 4rem;
}
@media only screen and (max-width: 1469px) {
  .section-article ._stepbox .__step.collapsed .__header {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-article ._stepbox .__step.collapsed .__header {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-article ._stepbox .__step.collapsed .__header {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article ._stepbox .__step.collapsed .__header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 2.8rem;
  }
}
.section-article ._stepbox .__step.collapsed .__body {
  padding-bottom: 0;
}
.section-article ._stepbox .__step:first-child {
  padding-top: 1rem;
}
.section-article ._stepbox .__step:first-child .__number {
  top: 2.5rem;
}
@media only screen and (max-width: 1469px) {
  .section-article ._stepbox .__step:first-child .__number {
    top: 2rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-article ._stepbox .__step:first-child .__number {
    top: 2.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  .section-article ._stepbox .__step:first-child .__number {
    top: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-article ._stepbox .__step:first-child .__number {
    top: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-article ._stepbox .__step:first-child .__number {
    top: 3.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article ._stepbox .__step:first-child .__number {
    top: 2rem;
  }
}
.section-article ._stepbox .__step:first-child.collapsed .__number {
  top: 6rem;
}
@media only screen and (max-width: 1469px) {
  .section-article ._stepbox .__step:first-child.collapsed .__number {
    top: 5rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-article ._stepbox .__step:first-child.collapsed .__number {
    top: 2.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-article ._stepbox .__step:first-child.collapsed .__number {
    top: 3.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article ._stepbox .__step:first-child.collapsed .__number {
    top: 2.2rem;
  }
}
.section-article ._stepbox .__step:last-child {
  padding-bottom: 3rem;
  border-bottom: none;
}
@media only screen and (max-width: 1280px) {
  .section-article ._stepbox .__step:last-child {
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-article ._stepbox .__step:last-child {
    padding-bottom: 0;
  }
}
.section-article ._stepbox .__recipe {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section-article ._stepbox .__recipe {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.section-article ._stepbox .__recipe .__body {
  -ms-flex: 0 45.14%;
  -webkit-flex: 0 45.14%;
  flex: 0 45.14%;
  font-size: 2rem;
}
@media only screen and (max-width: 1280px) {
  .section-article ._stepbox .__recipe .__body {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article ._stepbox .__recipe .__body {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-article ._stepbox .__recipe .__body {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -ms-flex: 0 1;
    -webkit-flex: 0 1;
    flex: 0 1;
    padding: 0;
    margin: 0 7.5rem;
    max-width: none;
  }
}
@media only screen and (max-width: 575px) {
  .section-article ._stepbox .__recipe .__body {
    margin: 0 2rem;
  }
}
.section-article ._stepbox .__recipe .__body hr {
  margin: 1rem 0 3rem;
  border-top: 1px dashed #fcf8b3;
}
.section-article ._stepbox .__recipe .__body .___heading {
  margin-top: 2.5rem;
  font-size: 2.7rem;
}
@media only screen and (max-width: 1280px) {
  .section-article ._stepbox .__recipe .__body .___heading {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-article ._stepbox .__recipe .__body .___heading {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article ._stepbox .__recipe .__body .___heading {
    font-size: 2rem;
  }
}
.section-article ._stepbox .__recipe .__body p {
  margin-bottom: 2rem;
  padding-left: 2rem;
  color: #fcf8b3;
}
.section-article ._stepbox .__recipe .__body .___list {
  color: #fcf8b3;
  list-style-type: disc;
}
.section-article ._stepbox .__recipe .__thumbnail {
  -ms-flex: 0 45.83%;
  -webkit-flex: 0 45.83%;
  flex: 0 45.83%;
  position: relative;
  top: 0;
  margin-left: 6rem;
  transition: top 0.3s ease-in;
}
@media only screen and (max-width: 767px) {
  .section-article ._stepbox .__recipe .__thumbnail {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -ms-flex: 0 1;
    -webkit-flex: 0 1;
    flex: 0 1;
    margin: 3rem 7.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article ._stepbox .__recipe .__thumbnail {
    margin: 1rem 2rem;
  }
}
.section-article ._stepbox .__recipe .__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: 1366px) {
  .section-article ._stepbox .__recipe .__thumbnail .img-fluid {
    border-radius: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-article ._stepbox .__recipe .__thumbnail .img-fluid {
    border-radius: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article ._stepbox .__recipe .__thumbnail .img-fluid {
    border-radius: 0.5rem;
  }
}
.section-article ._stepbox .accordion {
  position: relative;
  border-radius: 3rem;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .section-article ._stepbox .accordion {
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article ._stepbox .accordion {
    border-radius: 1rem;
  }
}
.section-article ._featbox {
  margin: 7rem 0;
  padding: 0.1rem;
  border: 2px dashed #46618a;
  border-radius: 1.3rem;
}
.section-article ._featbox .__header {
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
  margin: 0;
  padding-left: 5.5rem;
  height: 9.4rem;
  line-height: 9.4rem;
  color: #fff;
  background-color: #46618a;
  text-transform: uppercase;
  border-radius: 1rem 1rem 0 0;
}
@media only screen and (max-width: 1469px) {
  .section-article ._featbox .__header {
    height: 9rem;
    line-height: 9rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-article ._featbox .__header {
    padding-left: 4.5rem;
    height: 8rem;
    line-height: 8rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article ._featbox .__header {
    padding-left: 3rem;
    height: 7rem;
    line-height: 7rem;
  }
}
.section-article ._featbox .__list-bullet {
  padding-left: 0;
  list-style: none;
  margin: 4rem 4.5rem 0 5.5rem;
}
@media only screen and (max-width: 991px) {
  .section-article ._featbox .__list-bullet {
    margin-left: 4.5rem;
    margin-right: 3.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article ._featbox .__list-bullet {
    margin-top: 3rem;
    margin-left: 3rem;
    margin-right: 2rem;
  }
}
.section-article ._featbox .__list-bullet h1,
.section-article ._featbox .__list-bullet h2,
.section-article ._featbox .__list-bullet h3,
.section-article ._featbox .__list-bullet h4,
.section-article ._featbox .__list-bullet h5,
.section-article ._featbox .__list-bullet h6,
.section-article ._featbox .__list-bullet .h1,
.section-article ._featbox .__list-bullet .h2,
.section-article ._featbox .__list-bullet .h3,
.section-article ._featbox .__list-bullet .h4,
.section-article ._featbox .__list-bullet .h5,
.section-article ._featbox .__list-bullet .h6 {
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
}
.section-article ._featbox .__list-bullet > li {
  position: relative;
  margin: 0 0 2rem;
  padding-left: 3rem;
}
@media only screen and (max-width: 1469px) {
  .section-article ._featbox .__list-bullet > li {
    padding-left: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-article ._featbox .__list-bullet > li {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article ._featbox .__list-bullet > li {
    padding-left: 1.5rem;
  }
}
.section-article ._featbox .__list-bullet > li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3.6rem;
  line-height: 1;
  content: '•';
}
@media only screen and (max-width: 1469px) {
  .section-article ._featbox .__list-bullet > li::before {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-article ._featbox .__list-bullet > li::before {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article ._featbox .__list-bullet > li::before {
    font-size: 2rem;
  }
}
.section-article ._featbox._theme-info {
  border-color: #24c0cf;
}
.section-article ._featbox._theme-info .__header {
  background-color: #24c0cf;
}
.section-article ._featbox._theme-info .__list-bullet > li::before {
  color: #24c0cf;
}
.section-article ._featbox._theme-warning {
  border-color: #ff9b24;
}
.section-article ._featbox._theme-warning .__header {
  background-color: #ff9b24;
}
.section-article ._featbox._theme-warning .__list-bullet > li::before {
  color: #ff9b24;
}
@media only screen and (max-width: 575px) {
  .section-article .list-share {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media print {
  .section-article .list-share {
    display: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .section-article .list-share > li {
    margin: 0 1%;
  }
}
@media only screen and (max-width: 575px) {
  .section-article .list-share > li > a {
    width: 4.2rem;
    height: 4.2rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article .list-share svg {
    max-width: 2rem;
    max-height: 2rem;
  }
}
.section-article ._author {
  font-size: 2.4rem;
}
@media only screen and (max-width: 575px) {
  .section-article ._author {
    font-size: 1.6rem;
  }
}
.section-article ._author ._thumbnail {
  margin-right: 2rem;
  width: 10.6rem;
  height: 10.6rem;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.28) 0 10px 21px -10px;
}
@media only screen and (max-width: 575px) {
  .section-article ._author ._thumbnail {
    width: 7.6rem;
    height: 7.6rem;
  }
}
.section-article ._author a {
  color: #6bc82d;
}
.section-article ._author .media-heading {
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .section-article ._author .media-heading {
    margin-top: 2rem;
  }
}
.section-article ._author-bio {
  margin-top: 10rem;
}
@media only screen and (max-width: 991px) {
  .section-article ._author-bio {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-article ._author-bio {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article ._author-bio {
    margin-top: 4rem;
  }
}
.section-article ._recipe {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .section-article ._recipe {
    flex-direction: column;
  }
}
@media print {
  .section-article ._recipe {
    margin-bottom: 2rem;
  }
}
.section-article ._recipe .__col-1 {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .section-article ._recipe .__col-1 {
    width: 100%;
    order: 2;
  }
}
@media print {
  .section-article ._recipe .__col-1 {
    order: 2;
  }
}
.section-article ._recipe .__col-2 {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .section-article ._recipe .__col-2 {
    width: 100%;
    order: 1;
  }
}
@media print {
  .section-article ._recipe .__col-2 {
    order: 1;
  }
}
.section-article ._recipe .media-thumb {
  width: 3.2rem;
  text-align: center;
}
.section-article ._recipe .media-thumb > img {
  max-width: 3.2rem;
  max-height: 3.2rem;
}
@media print {
  .section-article ._recipe .media-thumb > img {
    max-width: 2.4rem;
    max-height: 2.4rem;
  }
}
.section-article ._recipe .__ingredient {
  margin-bottom: 3rem;
  line-height: 1.2;
}
@media print {
  .section-article ._recipe .__ingredient {
    margin-bottom: 1.5rem;
  }
}
.section-article ._recipe .__portion {
  color: #3792b4;
}
.section-article ._recipe .list-custom-bullets {
  line-height: 1.35;
}
.section-article ._recipe .list-custom-bullets > li {
  margin-bottom: 2rem;
}
@media print {
  .section-article ._recipe .list-custom-bullets > li {
    margin-bottom: 15px;
  }
}
.section-article__container {
  max-width: 111rem !important;
  line-height: 1.65;
}
@media only screen and (max-width: 1280px) {
  .section-article__container {
    max-width: 102.4rem;
  }
}
@media print {
  .section-article__container {
    max-width: none;
  }
}
.section-article__thumbnail {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .section-article__thumbnail {
    margin-top: 4rem;
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article__thumbnail {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.section-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-article__thumbnail .img-fluid {
    box-shadow: rgba(0, 0, 0, 0.28) 0 27px 45px -27px;
  }
}
@media only screen and (max-width: 1366px) {
  .section-article__thumbnail .img-fluid {
    border-radius: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-article__thumbnail .img-fluid {
    border-radius: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-article__thumbnail .img-fluid {
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.28) 0 5px 23px -5px;
  }
}
.section-read-next {
  position: relative;
  padding-top: 17rem;
  padding-bottom: 8rem;
  margin-bottom: -6rem;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .section-read-next {
    padding-top: 15rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-read-next {
    padding-top: 13rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-read-next {
    padding-top: 12rem;
  }
}
@media print {
  .section-read-next {
    display: none !important;
  }
}
.section-read-next::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(143, 112, 102, 0.16) 0 23px 107px -23px;
}
.section-read-next::after {
  position: absolute;
  top: 0;
  left: -5rem;
  right: -5rem;
  bottom: 0;
  height: 100%;
  background: transparent url(../images/pattern-grunge-400x400.jpg) 0 0 repeat;
  overflow: hidden;
  border-bottom-right-radius: 100rem 5rem;
  border-bottom-left-radius: 100rem 5rem;
  content: '';
  z-index: 1;
}
@media only screen and (max-width: 1469px) {
  .section-read-next::after {
    left: -3rem;
    right: -3rem;
    background-position: 100% 0;
  }
}
@media only screen and (max-width: 1366px) {
  .section-read-next::after {
    left: -2rem;
    right: -2rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section-read-next::after {
    left: -1rem;
    right: -1rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-read-next::after {
    background-position: 50% 50%;
  }
}
.section-read-next > .container {
  position: relative;
  z-index: 2;
}
.section-read-next ._blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8rem;
}
@media only screen and (max-width: 991px) {
  .section-read-next ._blog {
    margin-top: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-read-next ._blog {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-read-next ._blog {
    flex-direction: column;
    margin-top: 5rem;
  }
}
.section-read-next ._disclaimer {
  position: relative;
  margin: 2.5rem 10% 5rem;
  padding: 2rem 7rem 2rem 11rem;
  border: 2px dashed #0bb850;
  text-align: left;
  border-radius: 1rem;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .section-read-next ._disclaimer {
    margin: 4.5rem 0 5rem;
    padding-right: 6rem;
    padding-left: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-read-next ._disclaimer {
    padding-right: 5rem;
    padding-left: 9rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-read-next ._disclaimer {
    margin: 2.5rem 0 3rem;
    padding: 7rem 2rem 2rem;
    font-size: 1.8rem;
  }
}
.section-read-next ._disclaimer .__icon {
  position: absolute;
  top: 50%;
  left: 4rem;
  margin-top: -2.1rem;
}
@media only screen and (max-width: 991px) {
  .section-read-next ._disclaimer .__icon {
    left: 3.5rem;
    width: 4rem;
    height: auto;
    margin-top: -2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-read-next ._disclaimer .__icon {
    left: 3rem;
    width: 3.8rem;
    margin-top: -1.9rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-read-next ._disclaimer .__icon {
    left: 50%;
    top: 2rem;
    margin: 0 0 0 -1.8rem;
    width: 3.6rem;
  }
}
.section-read-next._theme-blank {
  background: #fff;
  z-index: 0;
}
.section-read-next._theme-blank::before,
.section-read-next._theme-blank::after {
  display: none;
}
.section-cta {
  z-index: 1;
}
.section-blog ._wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.side-navigation {
  width: 25%;
  order: 1;
}
.posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  order: 2;
  gap: 10px;
}

.posts__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .posts__row {
    position: relative;
    flex-wrap: nowrap;
    padding: 0 1.5rem 3rem;
    margin: 0 -1.5rem 3rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media only screen and (max-width: 767px) {
  .posts__row .post-preview {
    flex-shrink: 0;
    margin: 0 3rem 0 0;
    min-width: 30rem;
    font-size: 1.6rem;
    line-height: 1.3;
    box-shadow: rgba(219, 213, 208, 0.78) 0 6px 6px -3px;
  }
}
@media only screen and (max-width: 575px) {
  .posts__row .post-preview {
    min-width: 26rem;
    margin-right: 1.5rem;
  }
}
.post-preview {
  margin-bottom: 4rem;
  width: 19%;
  font-size: 2rem;
  border-color: #eaeaea;
  box-shadow: rgba(219, 213, 208, 0.78) 0 3px 6px;
  border-radius: 2rem;
  transform: scale(1);
}
@media only screen and (max-width: 991px) {
  .post-preview {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .post-preview {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .post-preview {
    width: 100%;
  }
}
.post-preview .card-img-top {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.post-preview .card-body {
  padding: 2rem 2.5rem;
}
.post-preview ._headline,
.post-preview .section-toprated ._features .__item .__heading,
.post-preview .section-article ._stepbox .__step .__header {
  margin-bottom: 0;
}
.section-read-next .post-preview {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .section-read-next .post-preview {
    width: 48%;
  }
}
@media only screen and (max-width: 575px) {
  .section-read-next .post-preview {
    width: 100%;
  }
}
.post-preview__lead {
  font-style: italic;
  font-size: 2rem;
}
@media only screen and (max-width: 991px) {
  .post-preview__lead {
    font-size: 1.8rem;
  }
}
.post-preview_library {
  font-size: 1.8rem;
}
@media only screen and (max-width: 991px) {
  .post-preview_library {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .post-preview_library .card-body {
    padding: 1.5rem 2rem;
  }
}
.post-preview_library .card-body p:first-of-type {
  position: relative;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 575px) {
  .post-preview_library .card-body p:first-of-type {
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.post-preview_library .card-body p:first-of-type::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 15%;
  height: 2px;
  background: #e6dbd9;
  content: '';
}
@media only screen and (max-width: 575px) {
  .post-preview_library .card-body p:first-of-type::after {
    width: 25%;
    height: 1px;
  }
}
.post-preview_library .card-body p:first-of-type small {
  display: block;
  margin-bottom: 1rem;
  font-family: 'Cabin', Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  color: #46618a;
  letter-spacing: 0.3px;
}
.post-preview__thumbnail {
  position: relative;
  display: block;
  background: #fff;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  overflow: hidden;
}
.post-preview__thumbnail::after {
  display: block;
  content: '';
  padding-bottom: 66.67%;
}
@media only screen and (max-width: 575px) {
  .post-preview__thumbnail {
    max-width: none;
  }
}
.post-preview__thumbnail-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.post-preview__thumbnail-inner > img {
  height: 100%;
}
.blog-accordion ._item {
  border-bottom: 1px dashed #96a6bc;
}
.blog-accordion ._item-header .btn-link {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  font-size: 2.5rem;
  text-transform: none;
  background: #f8f6f5;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
@media only screen and (max-width: 991px) {
  .blog-accordion ._item-header .btn-link {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-size: 2.2rem;
  }
}
.blog-accordion ._item-header .btn-link.collapsed {
  background: none;
}
.blog-accordion ._subitem {
  border-top: 1px dashed #dce1e9;
}
.blog-accordion ._subitem-header .btn-link {
  display: block;
  padding: 0.85rem 0 0.85rem 3.5rem;
  width: 100%;
  font-size: 2.4rem;
  text-transform: none;
  color: #46618a;
  letter-spacing: 0;
  text-align: left;
  background: url("data:image/svg+xml,%3csvg viewBox='0 0 18 11' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' fill='%230bb850' d='M17.668,9.683 C17.257,10.103 16.590,10.103 16.179,9.683 L8.987,2.341 L1.779,9.700 C1.367,10.120 0.700,10.120 0.288,9.700 C-0.124,9.280 -0.124,8.598 0.288,8.178 L7.992,0.313 C8.262,0.037 8.640,-0.039 8.986,0.047 C9.331,-0.039 9.708,0.038 9.978,0.313 L17.668,8.164 C18.079,8.583 18.079,9.264 17.668,9.683 Z'/%3e%3c/svg%3e")
    0 22px no-repeat;
  background-size: 18px auto;
}
.blog-accordion ._subitem-header .btn-link.collapsed {
  background: url("data:image/svg+xml,%3csvg viewBox='0 0 20 10' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' fill='%230bb850' d='M18.729,1.876 L10.999,9.629 C10.727,9.901 10.348,9.976 10.001,9.891 C9.653,9.976 9.274,9.900 9.002,9.628 L1.258,1.862 C0.844,1.447 0.844,0.774 1.258,0.359 C1.672,-0.056 2.343,-0.056 2.757,0.359 L10.003,7.626 L17.232,0.375 C17.645,-0.039 18.315,-0.039 18.729,0.375 C19.142,0.790 19.142,1.462 18.729,1.876 Z'/%3e%3c/svg%3e")
    0 22px no-repeat;
  background-size: 20px auto;
}
@media only screen and (max-width: 1469px) {
  .blog-accordion ._subitem-header .btn-link.collapsed {
    background-position: 0 20px;
    background-size: 16px auto;
  }
}
@media only screen and (max-width: 1469px) {
  .blog-accordion ._subitem-header .btn-link {
    padding: 0.8rem 0 0.8rem 3.5rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1366px) {
  .blog-accordion ._subitem-header .btn-link {
    font-size: 2.2rem;
  }
}
.blog-accordion .__subnav {
  padding: 0;
  margin: 0 0 0 6.5rem;
  list-style-type: none;
  font-size: 2.2rem;
}
.blog-accordion .__subnav > li {
  padding: 0;
  margin: 0 0 1rem;
  position: relative;
}
.blog-accordion .__subnav > li::before {
  position: absolute;
  left: -1.5rem;
  top: 0.2rem;
  content: '\2022';
  color: #beaeac;
  font-size: 1.8rem;
}
.blog-accordion .__subnav .active::after {
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -28px;
  right: 0;
  border-radius: 4px;
  background-color: #f2f5fa;
  z-index: -1;
  content: '';
}
.page-pagination {
  padding-top: 6.4rem;
  border-top: 1px dashed #e1cdbe;
}
.page-pagination_theme_2 {
  margin-bottom: 7rem;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0 20px 15px -20px;
}
.btn-blog {
  padding: 0.25rem 0;
  color: #46618a;
  font-size: 2rem;
  border: none;
}
.btn-blog:focus,
.btn-blog.focus {
  color: #46618a;
  box-shadow: none;
}
.btn-blog:hover {
  color: #46618a;
}
.btn-blog .navbar-toggler-icon {
  margin-left: 0.5rem;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid #36bb4f;
  border-radius: 50%;
  vertical-align: text-top;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 18 11' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' fill='rgb(54, 187, 79)' d='M17.668,9.683 C17.257,10.103 16.590,10.103 16.179,9.683 L8.987,2.341 L1.779,9.700 C1.367,10.120 0.700,10.120 0.288,9.700 C-0.124,9.280 -0.124,8.598 0.288,8.178 L7.992,0.313 C8.262,0.037 8.640,-0.039 8.986,0.047 C9.331,-0.039 9.708,0.038 9.978,0.313 L17.668,8.164 C18.079,8.583 18.079,9.264 17.668,9.683 Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: center center;
}
.btn-blog.collapsed .navbar-toggler-icon {
  background-position: center 60%;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 14 7' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' fill='rgb(54, 187, 79)' d='M13.730,1.271 L7.759,6.766 C7.550,6.959 7.257,7.013 6.988,6.952 C6.720,7.012 6.427,6.959 6.217,6.766 L0.236,1.261 C-0.084,0.967 -0.084,0.490 0.236,0.196 C0.555,-0.099 1.074,-0.099 1.393,0.196 L6.990,5.346 L12.574,0.207 C12.893,-0.087 13.411,-0.087 13.730,0.207 C14.049,0.501 14.049,0.977 13.730,1.271 Z'/%3e%3c/svg%3e");
  background-size: 14px auto;
}
.list-circle {
  padding-left: 0;
  list-style: none;
  margin: 3rem 0;
}
@media only screen and (max-width: 991px) {
  .list-circle {
    margin: 2rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .list-circle {
    margin: 1.5rem 0;
  }
}
.list-circle > li {
  position: relative;
  margin: 0;
  padding-left: 6rem;
}
@media only screen and (max-width: 1469px) {
  .list-circle > li {
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .list-circle > li {
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .list-circle > li {
    padding-left: 3rem;
  }
}
.list-circle > li::before {
  position: absolute;
  left: 2.6rem;
  top: 0.1rem;
  font-size: 2.8rem;
  line-height: 1;
  color: #beaeac;
  content: '•';
}
@media only screen and (max-width: 1469px) {
  .list-circle > li::before {
    top: 0.2rem;
    left: 2.2rem;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 991px) {
  .list-circle > li::before {
    left: 1.8rem;
    top: 0.4rem;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .list-circle > li::before {
    left: 1.4rem;
    top: 0.6rem;
    font-size: 1.8rem;
  }
}
.list-checks {
  padding-left: 0;
  list-style: none;
  margin: 3rem 0;
}
@media only screen and (max-width: 991px) {
  .list-checks {
    margin: 2rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .list-checks {
    margin: 1.5rem 0;
  }
}
.list-checks > li {
  position: relative;
  margin: 0;
  padding-left: 6rem;
}
@media only screen and (max-width: 1469px) {
  .list-checks > li {
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .list-checks > li {
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .list-checks > li {
    padding-left: 3rem;
  }
}
.list-checks > li::before {
  position: absolute;
  left: 2.2rem;
  top: 0.7rem;
  width: 2rem;
  height: 2rem;
  background: url("data:image/svg+xml,%3csvg viewBox='0 0 20 15' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' fill='%230bb850' d='M6.302,14.997 C5.983,14.997 5.663,14.879 5.420,14.645 L0.368,9.773 C-0.119,9.303 -0.119,8.541 0.368,8.071 C0.856,7.601 1.646,7.601 2.133,8.071 L6.302,12.092 L17.864,0.353 C18.351,-0.117 19.142,-0.117 19.629,0.353 C20.116,0.823 20.116,1.585 19.629,2.055 L7.184,14.645 C6.941,14.879 6.621,14.997 6.302,14.997 Z'/%3e%3c/svg%3e")
    50% 50% no-repeat;
  background-size: contain;
  content: '';
}
@media only screen and (max-width: 1469px) {
  .list-checks > li::before {
    top: 0.8rem;
    left: 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .list-checks > li::before {
    top: 0.9rem;
    left: 1.2rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .list-checks > li::before {
    top: 0.9rem;
  }
}
@media only screen and (max-width: 575px) {
  .list-checks > li::before {
    top: 1rem;
    left: 0.8rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}
.article-disclaimer {
  margin-bottom: 10px;
  width: 100%;
  padding: 2rem 2rem 2rem 2rem;
  border: 2px dashed #0bb850;
  text-align: left;
  border-radius: 1rem;
  font-size: 2rem;
}
.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;
  }
}
.heading-underline {
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
  padding-bottom: 1.6rem;
  font-size: 2.8rem;
  border-bottom: 2px solid #d3d3d3;
}
@media only screen and (max-width: 1469px) {
  .heading-underline {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .heading-underline {
    padding-bottom: 1.4rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .heading-underline {
    padding-bottom: 1rem;
    border-width: 1px;
  }
}
.banner-professionals {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(0deg, #f0ffea, #f0ffea), #f8f6f5;
  border-radius: 8px;
  border: none;
  z-index: 0;
}
@media only screen and (min-width: 992px) {
  .banner-professionals {
    border-radius: 16px;
  }
}
.banner-professionals::after {
  position: absolute;
  right: -46px;
  bottom: -180px;
  width: 240px;
  height: 300px;
  content: '';
  z-index: 0;
  background: url(../images/bg-sliced-apple.svg) 50% 0 no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}
@media only screen and (min-width: 576px) {
  .banner-professionals::after {
    bottom: -188px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-professionals::after {
    right: -55px;
    bottom: -217px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-professionals::after {
    right: 10%;
    bottom: -200px;
  }
}
.banner-professionals__card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 16px;
  font-size: 16px;
  color: #56a721;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .banner-professionals__card-body {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px 24px 24px 32px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-professionals__card-body {
    font-size: 18px;
  }
}
.banner-professionals__logo {
  display: none;
}
@media only screen and (min-width: 992px) {
  .banner-professionals__logo {
    display: block;
    max-width: 20%;
  }
}
.banner-professionals__text {
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .banner-professionals__text {
    margin-right: 56px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-professionals__text {
    padding-top: 8px;
    margin-left: 56px;
  }
}
.banner-professionals__title {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  color: #3c7e05;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 576px) {
  .banner-professionals__title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-professionals__title {
    margin-bottom: 4px;
    font-size: 26px;
  }
}
@media only screen and (min-width: 1470px) {
  .banner-professionals__title {
    font-size: 30px;
  }
}
.banner-professionals__subtitle {
  margin: 0 0 8px;
  font-size: 17px;
  color: #56a721;
  font-weight: 400;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) {
  .banner-professionals__subtitle {
    font-size: 20px;
  }
}
.banner-professionals__btn {
  font-size: 18px;
  font-family: 'Cabin', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 400;
}
.banner-professionals__btn-success {
  color: #fff;
  background: #09b84f;
}
.banner-professionals__btn-success:hover {
  color: #fff;
  background-color: #07933f;
}
@media only screen and (max-width: 767px) {
  .banner-professionals__btn-action {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-professionals__btn-action {
    margin-left: auto;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-professionals .banner-professionals__btn-action {
    color: #09b84f;
  }
}
.block-separator {
  border: 1px dashed #96a6bb !important;
}
.block-separator_top {
  padding-bottom: 16px;
  border-width: 1px 0 0 0 !important;
}
.block-separator_bottom {
  padding-bottom: 16px;
  border-width: 0 0 1px 0 !important;
}
.card-collapsible {
  margin-top: 16px;
  border: none;
}
@media only screen and (min-width: 768px) {
  .card-collapsible {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .card-collapsible {
    margin-top: 24px;
  }
}
.card-collapsible__card-header {
  background: none;
  border: none;
}
.card-collapsible__card-body {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .card-collapsible__card-body {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .card-collapsible__card-body {
    font-size: 20px;
  }
}
.card-collapsible__toggle {
  padding-right: 32px;
  font-size: 18px;
  background: url("data:image/svg+xml,%3csvg viewBox='0 0 24 16' width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.15 14.15L0 12L12 0L24 11.95L21.85 14.1L12 4.25L2.15 14.15Z' fill='rgb(9, 184, 79)' /%3e%3c/svg%3e")
    right center no-repeat;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .card-collapsible__toggle {
    font-size: 20px;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 16' width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.15 14.15L0 12L12 0L24 11.95L21.85 14.1L12 4.25L2.15 14.15Z' fill='rgb(9, 184, 79)' /%3e%3c/svg%3e");
  }
}
@media only screen and (min-width: 992px) {
  .card-collapsible__toggle {
    font-size: 22px;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 16' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.15 14.15L0 12L12 0L24 11.95L21.85 14.1L12 4.25L2.15 14.15Z' fill='rgb(9, 184, 79)' /%3e%3c/svg%3e");
  }
}
@media only screen and (min-width: 1470px) {
  .card-collapsible__toggle {
    font-size: 24px;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 16' width='22' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.15 14.15L0 12L12 0L24 11.95L21.85 14.1L12 4.25L2.15 14.15Z' fill='rgb(9, 184, 79)' /%3e%3c/svg%3e");
  }
}
.card-collapsible__toggle.collapsed {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 16' width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.85 0.932032L24 3.08203L12 15.082L-1.0447e-06 3.13203L2.15 0.982033L12 10.832L21.85 0.932032Z' fill='rgb(9, 184, 79)' /%3e%3c/svg%3e");
}
@media only screen and (min-width: 768px) {
  .card-collapsible__toggle.collapsed {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 16' width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.85 0.932032L24 3.08203L12 15.082L-1.0447e-06 3.13203L2.15 0.982033L12 10.832L21.85 0.932032Z' fill='rgb(9, 184, 79)' /%3e%3c/svg%3e");
  }
}
@media only screen and (min-width: 992px) {
  .card-collapsible__toggle.collapsed {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 16' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.85 0.932032L24 3.08203L12 15.082L-1.0447e-06 3.13203L2.15 0.982033L12 10.832L21.85 0.932032Z' fill='rgb(9, 184, 79)' /%3e%3c/svg%3e");
  }
}
@media only screen and (min-width: 1470px) {
  .card-collapsible__toggle.collapsed {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 16' width='22' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.85 0.932032L24 3.08203L12 15.082L-1.0447e-06 3.13203L2.15 0.982033L12 10.832L21.85 0.932032Z' fill='rgb(9, 184, 79)' /%3e%3c/svg%3e");
  }
}
.card-filter-panel {
  margin-top: 8px;
  padding-bottom: 8px;
}
.card-filter-panel__card-header {
  padding: 14px 24px 14px 0;
}
.card-filter-panel__custom-control {
  margin: 8px 23px 8px 14px;
}
@media only screen and (min-width: 1470px) {
  .card-filter-panel__custom-control {
    margin-right: 26px;
  }
}
.professionals-tableview__theader {
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
}
.professionals-tableview__row {
  display: flex;
  padding-left: 1.2%;
  padding-right: 1.2%;
  border-bottom: 1px solid #dedede;
}
.professionals-tableview__col {
  padding-left: 1.2%;
  padding-right: 1.2%;
}
.professionals-tableview__col_12 {
  flex-basis: 12%;
}
.professionals-tableview__col_15 {
  flex-basis: 15%;
}
.professionals-tableview__col_20 {
  flex-basis: 20%;
}
.pro-search-panel {
  margin-top: 0;
}
.pro-search-panel__card-header {
  padding: 0 0 16px;
}
@media only screen and (min-width: 576px) {
  .pro-search-panel__toggle {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .pro-search-panel__toggle {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1470px) {
  .pro-search-panel__toggle {
    font-size: 34px;
  }
}
.pro-search-panel__toggle.collapsed {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 12 22' width='8' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.93085e-06 1.97083L1.82332 1.21356e-07L12 11L1.86573 22L0.0424044 20.0292L8.39576 11L1.93085e-06 1.97083Z' fill='rgb(9, 184, 79)' /%3e%3c/svg%3e");
}
@media only screen and (min-width: 768px) {
  .pro-search-panel__toggle.collapsed {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 12 22' width='8' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.93085e-06 1.97083L1.82332 1.21356e-07L12 11L1.86573 22L0.0424044 20.0292L8.39576 11L1.93085e-06 1.97083Z' fill='rgb(9, 184, 79)' /%3e%3c/svg%3e");
  }
}
@media only screen and (min-width: 992px) {
  .pro-search-panel__toggle.collapsed {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 12 22' width='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.93085e-06 1.97083L1.82332 1.21356e-07L12 11L1.86573 22L0.0424044 20.0292L8.39576 11L1.93085e-06 1.97083Z' fill='rgb(9, 184, 79)' /%3e%3c/svg%3e");
  }
}
@media only screen and (min-width: 1470px) {
  .pro-search-panel__toggle.collapsed {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 24' width='12' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.93085e-06 1.97083L1.82332 1.21356e-07L12 11L1.86573 22L0.0424044 20.0292L8.39576 11L1.93085e-06 1.97083Z' fill='rgb(9, 184, 79)' /%3e%3c/svg%3e");
  }
}
@media only screen and (max-width: 991px) {
  .pro-search-panel__toggle.collapsed + .pro-search-panel__toggle-separator {
    display: block;
  }
}
.pro-search-panel__toggle-separator {
  display: none;
  margin-top: 8px;
}
.pro-search-result {
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 140%;
  font-size: 14px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 576px) {
  .pro-search-result {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-search-result {
    line-height: 120%;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .pro-search-result {
    margin-top: 16px;
    margin-bottom: 64px;
  }
}
.pro-search-result__theader {
  text-transform: uppercase;
  border-bottom: 1px dashed #96a6bb;
}
.pro-search-result__row {
  position: relative;
  flex-direction: column;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 88px;
}
@media only screen and (min-width: 768px) {
  .pro-search-result__row {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pro-search-result__row .professionals-tableview__col:nth-child(2) {
    font-size: 17px;
  }
}
.pro-search-result__userpic {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -36px;
  height: 80px;
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .pro-search-result__userpic {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .pro-search-result__userpic {
    position: static;
    top: initial;
    left: initial;
    width: initial;
    height: initial;
    min-height: 120px;
    margin-right: auto;
    margin-top: initial;
  }
}
.pro-search-result__controls {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pro-search-result__btn-action {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 0 !important;
    text-transform: none !important;
    border: none !important;
    font-size: 16px;
  }
  .pro-search-result__btn-action:hover,
  .pro-search-result__btn-action:focus {
    background: none !important;
    color: #09b84f !important;
    text-decoration: underline;
  }
  .pro-search-result__btn-action::after {
    display: none;
  }
}
.pro-search__wrapper {
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .pro-search__wrapper {
    flex-direction: row;
  }
}
.pro-search__article-disclaimer {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .pro-search__article-disclaimer {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1470px) {
  .pro-search__article-disclaimer {
    font-size: 18px;
  }
}
.pro-search__side-navigation {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .pro-search__side-navigation {
    width: 25%;
  }
}
.pro-search__btn-nav {
  font-size: 16px;
}
@media only screen and (min-width: 576px) {
  .pro-search__btn-nav {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-search__btn-nav {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .pro-search__btn-nav {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1470px) {
  .pro-search__btn-nav {
    font-size: 24px;
  }
}
.professional-bio {
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
  letter-spacing: 0.03em;
  font-size: 16px;
  line-height: 120%;
}
@media only screen and (min-width: 576px) {
  .professional-bio {
    flex-direction: row;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .professional-bio {
    padding-bottom: 24px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .professional-bio {
    padding-bottom: 36px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1470px) {
  .professional-bio {
    padding-bottom: 48px;
    font-size: 24px;
  }
}
.professional-bio__cover {
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .professional-bio__cover {
    align-self: center;
    margin-bottom: 40px;
    max-width: 180px;
  }
}
@media only screen and (min-width: 576px) {
  .professional-bio__cover {
    flex: 0 0 120px;
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .professional-bio__cover {
    flex: 0 0 255px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 576px) {
  .professional-bio__text {
    margin-left: 3.91%;
  }
}
.professional-bio__title {
  display: flex;
  align-items: center;
  font-size: 24px;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 576px) {
  .professional-bio__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .professional-bio__title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .professional-bio__title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1470px) {
  .professional-bio__title {
    font-size: 40px;
  }
}
.professional-bio__subtitle {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 576px) {
  .professional-bio__subtitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .professional-bio__subtitle {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .professional-bio__subtitle {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1470px) {
  .professional-bio__subtitle {
    font-size: 24px;
  }
}
.professional-bio__status {
  display: block;
  margin-left: 8px;
  white-space: nowrap;
}
@media only screen and (min-width: 576px) {
  .professional-bio__status {
    margin-left: 24px;
  }
}
.professional-bio__status_verified {
  margin-top: 2px;
  width: 18px;
  padding-left: 18px;
  color: #09b84f;
  font-size: 18px;
  font-weight: 400;
  background: url("data:image/svg+xml,%3csvg viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-width='3' fill='%2309B84F' d='M14.9588 23.6177L14.9472 23.6044L14.9352 23.5914L9.79236 17.9859L9.78953 17.9828C9.78344 17.9705 9.77499 17.9516 9.76588 17.9261C9.75244 17.8886 9.74125 17.8472 9.73381 17.8067C9.72626 17.7656 9.72449 17.736 9.72449 17.7211C9.72449 17.5408 9.78461 17.4554 9.83514 17.4077C9.89685 17.3495 10.0115 17.2891 10.1837 17.2891C10.298 17.2891 10.3652 17.3107 10.4007 17.3267C10.4363 17.3428 10.4634 17.3637 10.487 17.3912L10.5017 17.4084L10.517 17.4251L14.136 21.3979L15.3806 22.7641L16.4615 21.2651L23.4269 11.6061C23.427 11.606 23.4271 11.6059 23.4271 11.6058C23.4809 11.5314 23.5451 11.4761 23.6106 11.4405C23.6719 11.4072 23.7463 11.3844 23.8435 11.3844C24.0726 11.3844 24.2685 11.5767 24.2753 11.8041C24.2752 11.8049 24.275 11.8058 24.2749 11.8067C24.2725 11.8196 24.2674 11.8406 24.2581 11.8673C24.2383 11.9236 24.2092 11.9773 24.1784 12.0174L24.1655 12.0341L24.1531 12.0512L15.7576 23.6256C15.7547 23.629 15.7475 23.6364 15.7346 23.6467C15.7163 23.6612 15.6891 23.6791 15.652 23.6964C15.5771 23.7316 15.475 23.7585 15.3537 23.7585C15.2947 23.7585 15.1998 23.7438 15.104 23.705C15.0082 23.6662 14.966 23.6259 14.9588 23.6177ZM16.9864 32.5C25.432 32.5 32.5 25.463 32.5 16.9864C32.5 8.4826 25.5136 1.5 16.9864 1.5C8.4845 1.5 1.5 8.4845 1.5 16.9864C1.5 25.5136 8.4826 32.5 16.9864 32.5Z Z'/%3e%3c/svg%3e")
    0 50% no-repeat;
  background-size: 18px auto;
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  .professional-bio__status_verified {
    margin-top: 4px;
    padding-left: 28px;
    background-size: 22px auto;
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) {
  .professional-bio__status_verified {
    font-size: 20px;
    background-size: 24px auto;
  }
}
@media only screen and (min-width: 992px) {
  .professional-bio__status_verified {
    padding-left: 32px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1470px) {
  .professional-bio__status_verified {
    padding-left: 40px;
    font-size: 24px;
    background-size: 28px auto;
  }
}
.professional-skills {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  font-size: 16px;
}
@media only screen and (min-width: 576px) {
  .professional-skills {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .professional-skills {
    margin-top: 32px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .professional-skills {
    margin-top: 36px;
  }
}
@media only screen and (min-width: 1470px) {
  .professional-skills {
    margin-top: 40px;
  }
}
.professional-skills__col {
  flex-basis: 19.73%;
}
@media only screen and (max-width: 575px) {
  .professional-skills__col {
    margin-bottom: 4px;
  }
}
.professional-skills__title {
  margin-bottom: 4px;
  font-size: 16px;
}
@media only screen and (min-width: 576px) {
  .professional-skills__title {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .professional-skills__title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .professional-skills__title {
    margin-bottom: 12px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 1470px) {
  .professional-skills__title {
    margin-bottom: 16px;
    font-size: 32px;
  }
}
