.p96801a3d {
  color: var(--color-primary) !important;
}

.p7c695bcd {
  border-color: var(--color-primary) !important;
}

.f5223328 {
  background-color: var(--color-primary) !important;
}

.c4157d6d8 {
  color: #fff !important;
}

.e5d47e9c {
  fill: var(--color-primary) !important;
}

.e372017e {
  color: var(--color-secondary) !important;
}

.f24ad96b {
  border-color: var(--color-secondary) !important;
}

.s9e9ae1c8 {
  background-color: var(--color-secondary) !important;
  color: #fff !important;
}

.s8e6cac7c {
  fill: var(--color-secondary) !important;
}
/* COLORS END */

/* MAIN STYLES START */
body {
  box-sizing: border-box;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4 {
  font-family: "Merriweather", serif;
}

body * {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

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

.hidden-body {
  overflow: hidden;
}

.f37dfac8 {
  padding: 0 7px;
}

.f37dfac8 p {
  line-height: 32px;
  font-size: 18px;
  margin: 0 0 28px 0;
}

.f37dfac8 a {
  color: var(--color-primary);
  font-weight: bold;
}

.f37dfac8 a:hover {
  text-decoration: underline;
}

.f37dfac8 h1 {
  text-align: center;
  font-size: 42px;
  margin: 30px 0;
}

.f37dfac8 h2 {
  font-size: 32px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.f37dfac8 h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 40px 0 15px 0;
}

.f37dfac8 ul {
  list-style: disc;
}

.f37dfac8 ul,
.f37dfac8 ol {
  margin-bottom: 15px;
}

.f37dfac8 li {
  line-height: 1.5;
  margin: 0.5rem 0 0 2rem;
}

.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}

button,
input {
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #303030;
}

header {
  position: relative;
  background: #fff;
  box-shadow: 0 12px 12px rgb(130 149 187 / 0.1);
  top: 0;
  width: 100%;
  z-index: 500;
}

iframe {
  width: 100% !important;
}

.c8bf505cf iframe {
  max-height: 420px !important;
  margin-bottom: 28px;
}

.c8bf505cf .code-block iframe {
  max-height: none !important;
}

@media (max-width: 900px) {
  .c8bf505cf iframe {
    max-height: 350px !important;
  }
}

@media (max-width: 600px) {
  .c8bf505cf iframe {
    max-height: 300px !important;
  }
}

@media (max-width: 500px) {
  .c8bf505cf iframe {
    max-height: 240px !important;
  }
}

header .b71a0092 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .h30097b05 {
  margin-right: 15px;
}

header .h30097b05 img {
  height: auto;
  padding-bottom: 5px;
  padding-top: 3px;
}

header .h9921a8ef {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: flex-end;
}

.scroll-top {
  z-index: 1008;
  border-radius: 5px 0 0 5px;
  position: fixed;
  bottom: 125px;
  right: 0;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  overflow: auto;
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.scroll-top.visible {
  opacity: 1;
}

.b71a0092 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.db70563a {
  position: relative;
  width: 100%;
  max-width: 1165px;
  margin: 0 auto 20px auto;
  font-size: 13px;
  font-style: italic;
  border-radius: 5px;
  line-height: 1.6em;

  opacity: 0.9;
  color: #303030;
}

.db70563a a {
  color: var(--color-primary);
}

.adv-wrapper {
  opacity: 1;
  position: fixed;
  width: 100%;
  z-index: 999999999;
  inset: auto 0px 0px;
  border: none;
  margin: 0px;
  padding: 0px;
  display: block;
}

.adv-pop-up {
  position: absolute;
  z-index: 999999999;
  inset: auto auto 0px 50%;
  width: 100%;
  left: 0 !important;
  display: flex;
  justify-content: center;
  background-color: hsla(0, 0%, 100%, 0.8);
  border-top: 2px solid hsla(0, 0%, 88.2%, 0.8);
  max-height: 100px !important;
}

.adv-close {
  position: absolute;
  right: 0;
  cursor: pointer;
  margin: 0;
  text-align: center;
  padding: 0 5px;
  display: table;
  white-space: nowrap;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  font-weight: 700;
  text-transform: none;
  color: #e6f0ff;
  background: #646464;
  top: 0;
  z-index: 100;
  left: auto !important;
  border-radius: 50%;
}

@media (max-width: 480px) {
  .adv-pop-up {
    max-height: 60px !important;
  }
}
/* MAIN STYLES END */

/* META STYLES START */
.c584ce12 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-self: flex-end;
  flex-wrap: wrap;
  color: #231f20;
  font-size: 15px;
  z-index: 100;
}

.c584ce12 .m7f767a51 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 6px;
}

.c584ce12 .m7f767a51:not(:last-child) {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #acb3c1;
}

.c584ce12 .a557751a6 {
  margin-left: 6px;
  position: relative;
}

.c584ce12 .a557751a6 .a0695396b {
  font-size: 15px;
  line-height: 1.2em;
  font-weight: bold;
  color: #231f20;
  background-image: repeating-linear-gradient(to right, #231f20 0, #231f20 50%, transparent 50%, transparent 100%);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  padding-bottom: 1px;
  transition: all 0.3s;
}

.c584ce12 .a557751a6:hover .a0695396b {
  background-size: 100% 2px;
  background-image: linear-gradient(to right, #231f20 0, #231f20 100%);
}

.c584ce12 .a557751a6 .p774b9473 {
  display: none;
  position: absolute;
  padding-top: 14px;
  background: transparent;
}

.c584ce12 .a557751a6:hover .p774b9473 {
  display: block;
}

.c584ce12 .a557751a6 .p08ce01af {
  border-radius: 9px 9px 9px 0;
  width: 400px;
  color: #303030;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
  border: 1px solid #dadada;
  background: #fff;
  padding: 17px;
  z-index: 10;
}

.c584ce12 .a557751a6 .p7ab776ba {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}

.c584ce12 .a557751a6 .p7ab776ba img {
  border-radius: 9px 9px 9px 0;
  max-width: 80px;
  height: auto;
  margin-right: 12px;
  float: left;
}

.c584ce12 .a557751a6 .fc227c26 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}

.c584ce12 .a557751a6 .e93d46bb {
  max-width: 178px;
  margin-right: 12px;
  color: #303030;
  font-weight: bold;
  text-decoration: underline;
}

.c584ce12 .a557751a6 .p77ac213f {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.c584ce12 .a557751a6 .p77ac213f a {
  font-size: 18px;
  color: var(--color-primary);
}

.c584ce12 .a557751a6 .p77ac213f a:not(:last-child) {
  margin-right: 12px;
}

.c584ce12 .a557751a6 .p74dbf519 {
  font-weight: normal;
  color: gray;
  margin-bottom: 15px;
  opacity: 0.8;
}

.c584ce12 .r808023ae {
  position: relative;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  margin-top: -3px;
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 100%);
}

.c584ce12 .date {
  font-weight: bold;
  margin-left: 3px;
}
/* META STYLES END */

/* PRICE LINKS STYLES START */
.p46ab7ac0 {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-grow: 1;
  max-width: 49%;
}

.p46ab7ac0:hover {
  text-decoration: none;
  opacity: 0.7;
}

.p46ab7ac0 .p3ab9f74e {
  width: 100%;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  padding: 15px 12px;
  font-weight: bold;
  font-size: 14px;
  color: var(--color-primary);
  background-color: #fff;
}

.p46ab7ac0:hover .p3ab9f74e {
  box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
}

.p46ab7ac0 .e46a7f96 {
  padding: 12px 4px 4px 4px;
  margin: 0;
  font-size: 14px;
  color: #303030;
  font-weight: 400;
  text-align: center;
}

.p46ab7ac0:hover {
  text-decoration: none !important;
}

/* PRICE LINKS V2 */
.p96a3346f {
  display: flex;
  width: 100%;
  width: 100%;
  height: 46px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 46px;
  text-decoration: none;
  border-radius: 4px;
  padding: 1px;
}

.p96a3346f:hover {
  opacity: 0.7;
  text-decoration: none !important;
}

.p96a3346f .df68a741 {
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 0 0 4px;
}

.p96a3346f .df68a741 img {
  max-width: 44px;
  max-height: 44px;
}

.p96a3346f .d90b62a2 {
  width: 100%;
}
/* PRICE LINKS STYLES END */

/* ERROR PAGE START */

.ead4b354 {
  /* width: 100%; */
  margin: 0 auto;
}

.ead4b354 .dc4d40fb {
  font-size: 22px;
  color: #999;
  text-align: center;
}

.ead4b354 h2 {
  font-size: 160px;
  text-align: center;
}

.ead4b354 .e007e360f {
  display: flex;
}

.ead4b354 .e77b7adc3 {
  position: relative;
  display: inline-block;
  align-items: center;
  margin: 20px auto;
}

.ead4b354 .e72c5748e {
  border: 1px solid #e1e1e1;
  height: 44px;
  padding: 2px 45px 2px 12px;
  transition: all 0.4s ease;
  border-radius: 4px;
}

.ead4b354 .f7ae5078 {
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  padding: 0 16px;
  line-height: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-primary);
  color: #fff;
}

@media (max-width: 500px) {
  .ead4b354 h2 {
    font-size: 75px;
  }
}
/* ERROR PAGE END */

/* SEARCH RESULTS START */
.eb57ffd0 .s2df74f85 {
  font-size: 20px;
  padding: 14px 0;
  line-height: 25px;
}

.eb57ffd0 .s2df74f85 span {
  font-weight: bold;
}

.eb57ffd0 .a2b33fed {
  margin-top: 30px;
}

.eb57ffd0 .s09d80dc3 {
  display: flex;
  max-width: 820px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 16%);
  position: relative;
}

.eb57ffd0 .bf079b90 {
  display: block;
}

.eb57ffd0 .bf079b90 img {
  width: 200px;
  height: 115px;
  object-fit: cover;
}

.eb57ffd0 .s6aefa5a2 {
  margin-left: 30px;
}

.eb57ffd0 .s632141b9 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.eb57ffd0 .f60e28f1 {
  margin: 15px 0;
}

@media (max-width: 1280px) {
  .eb57ffd0 .s09d80dc3 {
    max-width: 620px;
  }
}

@media (max-width: 1024px) {
  .eb57ffd0 .s09d80dc3 {
    max-width: 820px;
  }
}

@media (max-width: 600px) {
  .eb57ffd0 .s09d80dc3 {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .eb57ffd0 .bf079b90 {
    margin: 0 auto;
  }

  .eb57ffd0 .bf079b90 img {
    width: 300px;
    height: 200px;
  }

  .eb57ffd0 .s6aefa5a2 {
    margin-left: 0;
    margin-top: 30px;
  }
}
/* SEARCH RESULTS END */

/* HEADER STYLES START */
.e231f407 {
  display: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.e231f407 .active {
  display: none;
  width: 20px;
  height: 20px;
}

.e231f407 .n9378ab6e {
  width: 20px;
  height: 20px;
}

.e231f407.active .n9378ab6e {
  display: none;
}

.h77de6b88 .active {
  display: none;
}

.h77de6b88 .active,
.h77de6b88 .n9378ab6e {
  width: 20px;
  height: 20px;
}

.h77de6b88.active .n9378ab6e {
  display: none;
}

.h77de6b88.active .active {
  display: block;
}
/* HEADER STYLES END */

/* FOOTER STYLES START */

.f78e27b49 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.f78e27b49 .f1ebe83c4 img {
  max-width: 225px;
  height: auto !important;
}

.f78e27b49 .b71a0092 {
  display: flex;
  justify-content: space-between;
}

.f78e27b49 .f80384a60.f19dd4281 {
  width: 290px;
}

.f78e27b49 .f80384a60.f77e6c088 {
  width: 250px;
}

.f78e27b49 .ab80850d {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.f78e27b49 .ab80850d a {
  color: var(--color-primary);
}

.f78e27b49 .f2188fe28 {
  margin-top: 30px;
}

.f78e27b49 .f2188fe28 a {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 2px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  position: relative;
  border-radius: 4px;
  color: #fff;
  background: var(--color-secondary);
}

.f78e27b49 .f57ee5948 {
  max-width: 660px;
  padding: 0 100px;
}

.f78e27b49 .f57ee5948 form {
  width: 100%;
  position: relative;
  padding: 60px 30px 30px;
  margin: 16px 0 0;
  background: #f1f1f1;
  border-radius: 6px;
}

.f78e27b49 .f57ee5948 form::before {
  content: "\f0e0";
  position: absolute;
  top: 0;
  left: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  box-shadow: 0 6px 8px rgb(130 149 187 / 40%);
  background: var(--color-primary);
  color: #fff;
  font-size: 20px;
  margin: -16px 0 0 -24px;
  text-align: center;
  font-family: "font awesome 5 free", "font awesome 5 brands";
}

.f78e27b49 .f47d2b24c {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #303030;
  margin: 0;
}

.f78e27b49 .f2838b83e {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #303030;
}

.f78e27b49 .f6eac40fc {
  margin: 30px auto 0;
  box-sizing: border-box;
  border: 1px solid #9099ac;
  width: 100%;
  height: 46px;
  background: #ffffff;
  border-radius: 4px;
  font-weight: normal;
  font-size: 14px;
  padding: 0 24px;
}

.f78e27b49 .f7e940fa5 {
  position: relative;
  right: auto;
  top: auto;
  margin: 8px auto 0;
  width: 100%;
  height: 46px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 46px;
  text-shadow: none;
  font-weight: bold;
  cursor: pointer;
  box-shadow: none;
  padding: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.f78e27b49 .f7e940fa5:hover {
  opacity: 0.7;
}

.f78e27b49 .f7b765a95 {
  margin-top: 12px;
}

.f78e27b49 .f7b765a95 a {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  transition-property: all;
  transition-duration: 0.3s;
}

.f78e27b49 .f7b765a95 a:hover {
  color: var(--color-primary);
}

.f78e27b49 .b9fe7247 {
  margin-top: 30px;
}

.a1c43844 {
  position: relative;
  border-top: 1px solid var(--color-secondary);
  background: #fff;
}

.a1c43844 .b71a0092 {
  max-width: 1366px;
  display: flex;
  padding: 10px 20px;
  min-height: 80px;
  justify-content: space-between;
  align-items: center;
}

.a1c43844 .f71f7d601 {
  padding: 47px 20px 36px 20px;
}

.a1c43844 .f7d56691f {
  border-top: 1px solid var(--color-secondary);
}

.a1c43844 .f7d56691f .f80384a60 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a1c43844 .f80384a60.f19dd4281 {
  width: 46%;
}

.a1c43844 .f80384a60.c0fb018c {
  width: 40%;
}

.a1c43844 .f1ebe83c4 {
  margin-bottom: 50px;
}

.a1c43844 .f1ebe83c4 img {
  display: block;
  max-width: 212px;
  height: auto !important;
  margin: 0 auto 0 0;
}

.a1c43844 .ab80850d > a {
  color: var(--color-primary);
}

.a1c43844 .bf2f9834 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.a1c43844 .f7b765a95 {
  width: 28%;
  margin: 0 18px 0 0;
}

.a1c43844 .f7b765a95:not(:last-child) {
  margin-bottom: 16px;
}

.a1c43844 .f7b765a95 a {
  line-height: 1.28em;
}

.a1c43844 .f7b765a95 a:hover {
  color: var(--color-primary);
}

.a1c43844 .f57ee5948 {
  border-radius: 12px;
  background: #f1f5ff;
  color: #000;
  max-width: 400px;
  margin: 0 0 0 auto;
}

.a1c43844 .f57ee5948 form {
  padding: 20px 20px;
}

.a1c43844 .f47d2b24c {
  font-family: "Merriweather", serif;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  max-width: 376px;
  margin: 0 auto 12px auto;
}

.a1c43844 .f2838b83e {
  width: 100%;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 12px;
  text-align: center;
}

.a1c43844 .f6eac40fc {
  width: 100%;
  max-width: 376px;
  margin: 0 auto 12px auto;
  background: #fff;
  border: 1px solid #deebff;
  border-radius: 6px;
  font-size: 16px;
  color: #000;
  padding: 14px 10px;
  box-sizing: border-box;
}

.a1c43844 .f7e940fa5 {
  width: 100%;
  max-width: 376px;
  margin: 0 auto 3px auto;
  background: #000;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 10px;
  box-sizing: border-box;
}

.a1c43844 .b9fe7247 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 30px;
}

.a1c43844 .b9fe7247 img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 30px;
}

.a1c43844 .f2188fe28 > a {
  font-size: 20px;
  color: var(--color-secondary);
}

.a1c43844 .f2188fe28 > a:not(:last-child) {
  margin-right: 8px;
}

@media (max-width: 1280px) {
  .f78e27b49 .b71a0092 {
    max-width: 1080px;
  }

  .f78e27b49 .f80384a60 .f57ee5948 {
    padding: 0 50px;
  }
}

@media (max-width: 1140px) {
  .f78e27b49 .b71a0092 {
    max-width: 980px;
  }

  .f78e27b49 .f80384a60 .f57ee5948 {
    padding: 0 30px;
  }
}

@media (max-width: 1000px) {
  .f78e27b49 .b71a0092 {
    max-width: 100%;
  }

  .f78e27b49 .f80384a60 .f57ee5948 {
    max-width: 380px;
  }
}

@media (max-width: 768px) {
  .f78e27b49 .b71a0092 {
    flex-direction: column;
  }

  .f78e27b49 .f80384a60 {
    width: 100% !important;
  }

  .f78e27b49 .f80384a60.c0fb018c {
    margin-top: 30px;
  }

  .f78e27b49 .f80384a60 .f57ee5948 {
    max-width: 100%;
    padding: 40px 0;
  }

  .a1c43844 .b71a0092 {
    flex-wrap: wrap;
  }

  .a1c43844 .f80384a60.f19dd4281 {
    width: 100%;
  }

  .a1c43844 .f80384a60.c0fb018c {
    margin-top: 30px;
    width: 100%;
  }

  .a1c43844 .f57ee5948 {
    margin: 0 auto;
  }

  .a1c43844 .f7b765a95 {
    width: 48%;
    margin: 0 2% 0 0;
  }

  .a1c43844 .f7d56691f .f80384a60 {
    width: 100%;
    margin-top: 15px;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }

  .a1c43844 .b9fe7247 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 500px) {
  .a1c43844 .b71a0092 {
    padding: 5px 0;
  }
}

.f16d9f940 {
  background: #0e4979;
}

.f16d9f940 .f71f7d601 {
  display: flex;
  flex-grow: 1;
  background: var(--color-primary);
}

.f16d9f940 .f797b3f02 {
  text-transform: uppercase;
  font-size: 18px;
  text-align: right;
  padding: 14px 0;
  flex-grow: 1;
  color: #fff;
}

.f16d9f940 .edad915f {
  flex-grow: 1;
  margin-left: 190px;
}

.f16d9f940 .e6868672 {
  display: inline-block;
  font-size: 16px;
  padding: 15px 30px;
  color: #fff;
  background: var(--color-secondary);
  text-transform: capitalize;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  text-decoration: none;
}

.f16d9f940 .e6868672:hover {
  opacity: 0.7;
}

.f16d9f940 .d13232c3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1310px;
  margin: 0 auto;
  padding: 76px 20px;
}

.f16d9f940 .f58847a44 {
  display: flex;
}

.f16d9f940 .f90864d53 img {
  width: 260px;
}

.f16d9f940 .f6d73ede8 {
  margin-right: 50px;
}

.f16d9f940 .f0a409e16 {
  margin-bottom: 20px;
  min-width: 300px;
}

.f16d9f940 .f851c476b {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #78a5cb;
}

.f16d9f940 .f851c476b a {
  font-size: 22px;
  font-weight: 700;
  color: #78a5cb;
}

.f16d9f940 .f851c476b a:hover {
  color: #fff;
}

.f16d9f940 .ft_socials a {
  font-size: 22px;
  color: #78a5cb;
  margin-right: 6px;
}

.f16d9f940 .a8a03715 {
  font-size: 22px;
  font-weight: 700;
  color: #78a5cb;
  margin-bottom: 20px;
}

.f16d9f940 .f8a47032 {
  min-width: 300px;
}

.f16d9f940 .f0c2b23ca {
  margin-bottom: 12px;
}

.f16d9f940 .f0c2b23ca a {
  font-size: 16px;
  color: #fff;
}

.f16d9f940 .f0c2b23ca a:hover {
  opacity: 0.7;
}

.f16d9f940 .f7d56691f {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  padding: 20px 20px;
  background: #262626;
  color: #fff;
}

.f16d9f940 .f8ad78a67 {
  display: flex;
}

.f16d9f940 .f7b61e97c {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #fff;
}

.f16d9f940 .f7b61e97c a {
  color: #fff;
}

.f16d9f940 .f7b61e97c:hover {
  opacity: 0.7;
}

@media (max-width: 1100px) {
  .f16d9f940 .f71f7d601 {
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
  }

  .f16d9f940 .f797b3f02,
  .f16d9f940 .edad915f {
    margin-left: 0;
    flex-grow: unset;
    text-align: left;
  }

  .f16d9f940 .edad915f {
    width: 40%;
  }

  .f16d9f940 .f58847a44 {
    width: 100%;
    justify-content: space-between;
  }

  .f16d9f940 .f28b16e34 {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
  }

  .f16d9f940 .f6d73ede8 {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .f16d9f940 .f71f7d601 {
    flex-direction: column;
    justify-content: center;
  }

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

  .f16d9f940 .edad915f {
    width: auto;
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .f16d9f940 .f58847a44 {
    flex-wrap: wrap;
  }

  .f16d9f940 .f0a409e16 {
    margin-top: 40px;
  }

  .f16d9f940 .f28b16e34 {
    align-items: flex-start;
  }
}
/* FOOTER STYLES END */

/* PAGE HEADER STYLES START */
.ef240c70 {
  position: relative;
  width: 100%;
  background: #f6f9fc;
  margin-top: 0;
  margin-bottom: 20px;
}

.ef240c70 .b71a0092 {
  width: 100%;
  background: transparent;
  padding: 31px 20px 64px 20px;
}

.breadcrumbs {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 4px;
}

.breadcrumbs a {
  color: gray;
}

.p738628c1 {
  display: flex;
  justify-content: space-between;
  margin-top: -8px;
}

.p738628c1 .c755ee06a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 64%;
  margin-right: 4%;
  margin-top: 65px;
}

.c16245211 .c755ee06a {
  margin-top: 25px;
  margin-right: 2%;
  max-width: calc(100% - 710px);
}

.p738628c1 .p0f7e11c7 {
  font-family: "Merriweather", serif;
  display: inline;
  font-size: 36px;
  line-height: 1.28em;
  font-weight: bold;
  text-align: left;
  color: #231f20;
  margin-bottom: 12px;
}

.p738628c1 .p131c4605 {
  font-size: 18px;
  line-height: 1.6em;
  color: #231f20;
  margin-bottom: 45px;
}

.c16245211 .p0f7e11c7 {
  font-size: 44px;
}

.p738628c1 .f17e32b2,
.p738628c1 .m1df4204c {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 26px;
  color: #303030;
}

.p738628c1 .m1df4204c {
  display: none;
}

.p738628c1 .f17e32b2 a,
.p738628c1 .m1df4204c a {
  color: var(--color-primary);
  font-weight: bold;
}

.p738628c1 .f17e32b2 a:hover {
  text-decoration: underline;
}

.p738628c1 .i7fe5c4f6 {
  display: none;
}

.c16245211 .p47ef9947 {
  margin-top: 30px;
}

.p738628c1 .c650c4cc8 {
  max-width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c16245211 .c650c4cc8 {
  max-width: 680px;
}

.c16245211 .i08528ecd {
  position: relative;
  display: flex;
  width: 100%;
}

.c16245211 .i8e972765 {
  width: 49%;
}

.c16245211 .i8e972765 img {
  width: 100%;
}

.c16245211 .i5ddd44fd {
  position: absolute;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  border-radius: 50%;
  font-weight: bold;
  font-size: 44px;
  line-height: 95px;
  color: #ffffff;
  background: var(--color-secondary);
  text-align: center;
  z-index: 20;
}

.c16245211 .i8e972765:first-child {
  margin-right: 10px;
}

.p738628c1 .i63ff68f6 {
  position: relative;
  width: 390px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p738628c1 .e79fb4e2,
.p738628c1 .i3eb9f7ef {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center;
  height: 240px;
  width: 360px;
  border-radius: 4px;
}

.p738628c1 .e79fb4e2 {
  z-index: 5;
}

.p738628c1 .image-border-opacity {
  opacity: 0.5;
}

.p738628c1 .i3eb9f7ef {
  border: 1px solid;
  top: 20px;
  left: 59px;
  z-index: 4;
}

.p738628c1 .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 4px;
  width: 360px;
  height: 240px;
  margin-top: 40px;
  margin-left: 30px;
  z-index: 9;
}

@media (max-width: 1280px) {
  .ef240c70 .b71a0092 {
    width: auto;
    max-width: 1080px;
  }

  .p738628c1 .c755ee06a {
    max-width: 54%;
    margin-right: 6%;
  }

  .c16245211 .c755ee06a {
    max-width: 450px;
    margin-right: 2%;
  }

  .c16245211 .c650c4cc8 {
    width: 580px;
    max-width: 580px;
  }
}

@media (max-width: 1140px) {
  .ef240c70 .b71a0092 {
    max-width: 980px;
  }
}

@media (max-width: 1024px) {
  .ef240c70 .b71a0092 {
    padding: 25px 22px 54px 22px;
    max-width: 740px;
  }

  .breadcrumbs {
    text-align: center;
    font-size: 13px;
  }

  .p738628c1 .c755ee06a {
    max-width: 100%;
    margin-right: 0;
    margin-top: 0;
  }

  .p738628c1 .p0f7e11c7 {
    margin-top: 19px;
    margin-bottom: 19px;
    display: block;
    text-align: center;
    font-size: 26px;
  }

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

  .p738628c1 .m1df4204c {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }

  .p738628c1 .i7fe5c4f6 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
  }

  .p738628c1 .p47ef9947 {
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
  }

  .p738628c1 .p47ef9947 * {
    font-size: 13px;
  }

  .p738628c1 .m7f767a51:not(:last-child) {
    border: none;
    margin-right: 0;
    padding-right: 6px;
  }

  .p738628c1 .c650c4cc8 {
    display: none;
  }

  .c16245211 {
    flex-wrap: wrap;
    align-items: center;
  }

  .c16245211 .breadcrumbs {
    text-align: center;
    font-size: 13px;
  }

  .c16245211 * {
    text-align: center;
  }

  .c16245211 .c755ee06a {
    max-width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }

  .c16245211 .p0f7e11c7 {
    font-size: 32px;
    margin: 0 auto;
  }

  .c16245211 .f17e32b2 {
    display: none;
  }

  .c16245211 .p47ef9947 {
    margin-top: 15px;
  }

  .c16245211 .c650c4cc8 {
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }

  .c16245211 .i5ddd44fd {
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    font-size: 32px;
    line-height: 75px;
  }
}

@media (max-width: 992px) {
  .p738628c1 .a557751a6 .p08ce01af {
    width: 200px;
  }

  .p738628c1 .a557751a6 .fc227c26 {
    flex-wrap: wrap;
  }

  .p738628c1 .a557751a6 .e93d46bb {
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {
  .p738628c1 .a557751a6 .p774b9473 {
    left: -50px;
  }
}

@media (max-width: 540px) {
  .p738628c1 .p131c4605 {
    font-size: 17px;
    margin-bottom: 25px;
  }

  .p738628c1 .i63ff68f6 {
    width: 314px;
  }

  .p738628c1 .e79fb4e2,
  .p738628c1 .i3eb9f7ef {
    height: 180px;
    width: 300px;
  }

  .p738628c1 .e79fb4e2 {
    left: -7px;
  }

  .p738628c1 .i3eb9f7ef {
    top: 4%;
    left: 7%;
  }

  .p738628c1 .image {
    width: 300px;
    height: 180px;
    margin-top: 5%;
    margin-left: 3%;
  }

  .p738628c1 .a557751a6 .p08ce01af {
    width: 184px;
  }

  .p738628c1 .a557751a6 .fc227c26 {
    flex-wrap: wrap;
  }

  .p738628c1 .a557751a6 .e93d46bb {
    margin-bottom: 8px;
  }
}

@media (max-width: 365px) {
  .p738628c1 .e79fb4e2,
  .p738628c1 .i3eb9f7ef {
    display: none;
  }

  .p738628c1 .a557751a6 .p08ce01af {
    display: flex;
    flex-direction: column;
  }

  .p738628c1 .a557751a6 .fc227c26 {
    margin-top: 10px;
  }

  .p738628c1 .a557751a6 .p7ab776ba img {
    max-width: 100px;
  }
}
/* PAGE HEADER STYLES END */

/* PAGE HEADER MAIN START */
.m274b5880 .cade29fc {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.m274b5880 .m7287a40b {
  position: relative;
  color: #fff;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  padding: 74px 16px 16px 16px;
  margin: 0 auto;
}

.m274b5880 .m19e0eed5 {
  position: relative;
  width: 48%;
  margin-bottom: 30px;
}

.m274b5880 .a49bc16b {
  font-weight: bold;
  font-size: 44px;
  line-height: 1.182em;
  margin-bottom: 15px;
}

.m274b5880 .m8a5eb2e0 {
  font-size: 18px;
  line-height: 1.778em;
}

.m274b5880 .m605e1e80 {
  display: none;
  margin-top: 70px;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -3px;
  max-width: 560px;
}

.m274b5880 .m19e0eed5 .m605e1e80 {
  display: flex;
}

.m274b5880 .ae98f2a1 {
  margin-right: 2%;
  position: relative;
  width: 40%;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.m274b5880 .ae98f2a1:hover {
  opacity: 0.8;
}

.m274b5880 .m9b912250 {
  font-weight: bold;
  border-radius: 4px;
  padding: 16px;
  text-align: center;
  transition: all 0.3s;
}

.m274b5880 .m7f7f3266 {
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  padding: 16px;
  text-align: center;
  transition: all 0.3s;
}

.m274b5880 .bb31fa0a {
  position: relative;
  display: block;
  width: 50%;
  margin-left: 2%;
}

.m274b5880 .bb31fa0a img {
  display: block;
  height: auto;
  max-width: 100%;
}

.m274b5880 .d7d7d3dc {
  position: relative;
  background: #434b5b;
  padding: 37px 20px;
}

.m274b5880 .e10ca4e0 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m274b5880 .e10ca4e0 img {
  width: 16%;
  object-fit: contain;
  height: 30px;
  padding: 0 15px;
}

.m274b5880 .c2c3bec7 {
  box-shadow: 0 0 20px rgb(0 0 0 / 80%);
  border-radius: 4px;
  position: absolute;
  top: 33px;
  right: 26px;
  z-index: 5;
}

.m274b5880 .m5d7aeb92 {
  box-shadow: 0 0 20px rgb(0 0 0 / 80%);
  border-radius: 4px;
  position: absolute;
  top: 174px;
  left: 38px;
  z-index: 6;
}

.m274b5880 .f3034496 {
  max-width: 484px;
  position: absolute;
  top: 74px;
  left: 19%;
  z-index: 7;
}

.m274b5880 .f0170a44 {
  position: absolute;
  color: #000;
  right: 18%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 181px;
  background: #fff;
  z-index: 9;
  border-radius: 4px;
  padding: 10px 0 10px 0;
  box-shadow: 0 10px 30px rgba(96, 98, 102, 0.5);
  overflow: hidden;
}

.m274b5880 .p663fd73c {
  position: relative;
  width: 62px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}

.m274b5880 .b5eb0486 {
  position: absolute;
  left: -44px;
  background: #c3cde1;
  width: 100px;
  height: 100px;
  z-index: 8;
  border-radius: 50%;
}

.m274b5880 .p15a2f984 {
  color: #fff;
  font-weight: bold;
  z-index: 9;
}

.m274b5880 .p15293cc5 {
  font-weight: bold;
  font-size: 12px;
  margin-top: 8px;
  margin-left: -5px;
  max-width: 120px;
  line-height: 1.2em;
}

.m274b5880 .p21d2d16d {
  margin-top: -8px;
  margin-bottom: 8px;
  width: 100%;
  min-width: 108px;
}

.m274b5880 .p38e4cae9 {
  position: relative;
  display: flex;
  align-self: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  padding: 5px 20px;
  width: 98%;
  z-index: 11;
  background: linear-gradient(270.93deg, var(--color-primary) 3.38%, var(--color-secondary) 93.67%);
}

.m274b5880 .p922841a4 {
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: #edb320;
  border-radius: 50%;
}

.m274b5880 .p922841a4 .m2814e9be {
  width: 11px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
}

.m274b5880 .p922841a4 .cf9e464a {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.m274b5880 .p922841a4 .bed3a3b6 {
  width: 11px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
}

.m274b5880 .p6e015843 {
  color: #fff;
  font-size: 7px;
  line-height: 1.5em;
}

.m274b5880 .a60da51e {
  position: absolute;
  width: 100%;
  height: 108%;
  overflow: hidden;
}

.m274b5880 .a60da51e svg {
  background: transparent;
  position: absolute;
  right: -45px;
  top: -100px;
  height: 200px;
  width: 140px;
  max-width: 100%;
  z-index: 9999;
}

@media (max-width: 1200px) {
  .m274b5880 .m19e0eed5 {
    width: 40%;
  }

  .m274b5880 .f3034496 {
    left: 17%;
  }
}

@media (max-width: 992px) {
  .m274b5880 .m7287a40b {
    flex-direction: column;
    width: 100%;
  }

  .m274b5880 .m19e0eed5 {
    width: 90%;
    margin: 0 auto 20px auto;
    text-align: center;
  }

  .m274b5880 .bb31fa0a {
    position: relative;
    margin: 30px auto;
    width: 90%;
    height: auto !important;
  }

  .m274b5880 .m19e0eed5 .m605e1e80 {
    display: none;
  }

  .m274b5880 .c2c3bec7 {
    position: relative;
    top: auto;
    right: auto;
  }

  .m274b5880 .m5d7aeb92 {
    position: relative;
    top: auto;
    left: auto;
    margin-top: -20%;
    margin-left: 5%;
  }

  .m274b5880 .f3034496 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 480px !important;
    margin-right: auto;
    margin-left: 20%;
    margin-top: -45%;
  }

  .m274b5880 .f0170a44 {
    top: 2%;
    right: auto;
    left: 33%;
  }

  .m274b5880 .m605e1e80 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .m274b5880 .f3034496 {
    margin-right: 0;
    margin-left: auto;
  }

  .m274b5880 .e10ca4e0 {
    flex-wrap: wrap;
  }

  .m274b5880 .e10ca4e0 img {
    width: 31%;
    padding: 5px;
  }
}

@media (max-width: 500px) {
  .m274b5880 .f0170a44 {
    top: -3%;
  }

  .m274b5880 .ae98f2a1 {
    min-width: 200px;
  }
}
/* PAGE HEADER MAIN END */

/* PAGE HEADER CATEGORY START */
.a745eb3f .c5448f698 {
  position: relative;
  display: block;
  width: 100%;
  min-height: 500px;
}

.a745eb3f .c88473923 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #131212 0%, rgba(19, 18, 18, 0.9) 28.41%, rgba(19, 18, 18, 0) 100%);
  z-index: 3;
}

.a745eb3f .a984fdba {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.a745eb3f .e6873550 {
  position: relative;
  padding: 71px 20px 20px;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 4;
}

.a745eb3f .c33164af0 {
  display: block;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 auto 107px 0;
  max-width: 820px;
}

.a745eb3f .c804c34b2 {
  position: relative;
  margin: 0 auto 40px 0;
  max-width: 630px;
}

.a745eb3f .c804c34b2 form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}

.a745eb3f .c945a82cd {
  border-radius: 40px 0 0 40px;
  padding: 16px 30px;
  font-size: 14px;
  line-height: 1.3em;
  width: 100%;
}

.a745eb3f .c591e0ab7 {
  cursor: pointer;
  position: relative;
  border-radius: 0 40px 40px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  height: auto;
  padding: 15px 23px;
  transition: all 0.3s;
}

.a745eb3f .c591e0ab7:hover {
  opacity: 0.8;
}

.a745eb3f .c60e72ffd {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-width: 630px;
}

.a745eb3f .d1b35287 {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
  color: #fff;
  width: 25%;
  margin-right: 12px;
}

.a745eb3f .e70e4df6 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  max-width: 75%;
}

.a745eb3f .c4fbd164 {
  margin-bottom: 25px;
}

.a745eb3f .c4fbd164:not(:last-child) {
  margin-right: 12px;
}

.a745eb3f .c4fbd164:hover {
  opacity: 0.8;
}

.a745eb3f .c4fbd164 > a {
  padding: 6px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  border: 1px solid #fff;
  border-radius: 4px;
  background: 0 0;
  text-decoration: none;
}

@media (max-width: 768px) {
  .a745eb3f .c33164af0 {
    text-align: center;
    font-size: 36px;
  }
}

@media (max-width: 500px) {
  .a745eb3f .c60e72ffd {
    display: flex;
    flex-direction: column;
  }

  .a745eb3f .d1b35287 {
    margin-bottom: 20px;
  }

  .a745eb3f .e70e4df6 {
    max-width: 100%;
  }
}
/* PAGE HEADER CATEGORY END */

/* PAGE CONTENT START */
.p2b932471 .c8bf505cf * {
  box-sizing: inherit;
  word-break: break-word;
  word-wrap: break-word;
}

.p2b932471 .t389d5327 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p2b932471 .t389d5327 .c8bf505cf {
  line-height: 1.5;
  font-size: 18px;
  width: 825px;
}

.p2b932471 .t389d5327 .s50650729 {
  width: 326px;
}

.p2b932471.w58be6bcd {
  padding: 0;
}

.p2b932471.w58be6bcd .b71a0092 {
  max-width: 820px;
  margin-top: 35px;
  margin-bottom: 20px;
}

.p2b932471.full-width-page {
  padding: 0;
}

.p2b932471.full-width-page .b71a0092 {
  max-width: none;
  padding: 0;
}

.p2b932471.full-width-page .b71a0092 .c8bf505cf {
  padding: 0;
}

.b6d4682b4 {
  height: 500px;
  background-color: #000;
  display: flex;
  align-items: center;
}

.b6d4682b4 .f2a84c84 {
  display: block;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}

.b6d4682b4 .b3b269f25 {
  text-align: center;
  font-size: 60px;
}

.b6d4682b4 + .b71a0092 {
  margin-top: 30px;
}

.over-header {
  margin-top: -65px;
}

.i2c89f9c9 .c8bf505cf {
  padding-left: 15px;
  padding-right: 15px;
}

.i2c89f9c9 .c8bf505cf {
  max-width: 1165px;
  margin: 0 auto 20px auto;
}

.db70563a {
  padding: 7px 18px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.fca0f94d {
  margin-bottom: 12px;
}

.c8bf505cf {
  position: relative;
  padding: 0 7px;
}

.c8bf505cf .size-full {
  width: 100% !important;
  margin: 15px 0;
}

.c8bf505cf p {
  line-height: 32px;
  font-size: 18px;
  margin: 0 0 28px 0;
}

.c8bf505cf a {
  color: var(--color-primary);
  font-weight: bold;
}

.c8bf505cf a:hover {
  text-decoration: underline;
}

.c8bf505cf h2 {
  font-size: 32px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.c8bf505cf h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 40px 0 15px 0;
}

.c8bf505cf ul {
  list-style: disc;
}

.c8bf505cf ul,
.c8bf505cf ol {
  margin-bottom: 15px;
}

.c8bf505cf li {
  line-height: 32px;
  font-size: 18px;
  margin: 0.5rem 0 0 2rem;
}

.c8bf505cf img {
  max-width: 100%;
}

.wp-caption-text {
  color: #9099ac;
  display: block;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.38 !important;
  font-style: italic;
  margin-top: 9px !important;
}

.de8e1f14,
.table-kpa {
  overflow: auto;
  margin-bottom: 28px;
}

.de8e1f14 table {
  margin-bottom: 0;
}

table {
  width: 100%;
  max-width: 100%;
  min-width: 500px;
  font-size: 1.8rem;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0.1rem solid #f1f1f1;
  empty-cells: show;
  font-size: 1.6rem;
  overflow: hidden;
  margin-bottom: 15px;
  table-layout: fixed;
}

table tr:nth-child(2n) {
  background-color: #f6f6f6;
}

table tr:first-child {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  background-color: var(--color-primary);
}

table tr:first-child a {
  color: #fff;
}

table tr:not(:first-child):hover {
  background-color: #f1f1f1;
}

table td {
  font-size: 18px;
  word-break: normal;
  padding: 10px;
  border: 0.1rem solid #ffffff;
  border-right: 1px solid #f1f1f1;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
}

table tr:first-child td:first-child {
  background-color: #303030;
  border-radius: 10px 0 0 0;
}

table tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}

table.c7b3467e3 {
  table-layout: auto;
}

table.c7b3467e3 .c40e9419a {
  display: block;
  text-align: center;
  padding: 8px;
  background-color: var(--color-primary);
  color: #ffffff;
}

table.c7b3467e3 .c40e9419a:hover {
  opacity: 0.7;
  text-decoration: none;
}

table.c7b3467e3 td {
  text-align: center;
  width: 40%;
}

table.c7b3467e3 td:first-child {
  font-weight: 700;
  text-align: left;
  width: 21%;
}

.wp-caption {
  margin-bottom: 15px;
  width: 100% !important;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.c8bf505cf .article-img,
.wp-caption img {
  display: block;
  height: auto !important;
  margin-bottom: 15px;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
}

.c8bf505cf .list {
  margin-bottom: 28px;
}

.c8bf505cf .l7156b649 {
  font-weight: bold;
  margin-bottom: 6px;
}

.c8bf505cf .l6b81c2c5 {
  line-height: 1.5;
  margin: 0.5rem 0 0 2rem;
}

.c8bf505cf .pros-cons-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.c8bf505cf .pros-cons-block .list-wrap {
  width: 49%;
  margin-bottom: 10px;
}

.c8bf505cf .pros-cons-block .t06d1dc92 {
  font-weight: bold;
}

.c8bf505cf .pros-cons-block .list {
  width: 100%;
  height: 90%;
  padding: 5px;
  background-color: #f6f6f6;
}

.q6325817b .q65a71ad7 {
  list-style: none;
  margin: 0 0 30px 27px;
  padding: 0;
}

.q6325817b .aad09a54 {
  position: relative;
  width: 100%;
  margin: 0 0 6px 0;
}

.q6325817b .aad09a54::before {
  content: "\f111";
  color: #000;
  font-size: 8px;
  line-height: 15px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 7px;
  left: -26px;
  width: 15px;
  height: 15px;
  margin: auto;
  font-weight: bold;
}

.q6325817b .q32b81e91 span {
  font-weight: bold;
  margin-right: 5px;
  font-size: 18px;
}

.q6325817b .q32b81e91 a {
  font-weight: normal;
  text-decoration: underline;
}

.q6325817b .c1e7fee8 {
  font-style: italic;
  font-size: 16px;
  line-height: 1.4em;
  opacity: 0.8;
}

.products-top .p30dc0113 {
  font-size: 16px;
  margin-top: 25px;
}

.products-top .p30dc0113 strong {
  text-transform: uppercase;
}

.products-top .p30dc0113 a {
  font-size: 18px;
  font-weight: normal;
}

.products-top .c5fd8195 {
  margin-top: 25px;
}

.p1af15857 {
  margin-top: 40px;
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
}

.p1af15857 iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-height: initial;
  width: 100% !important;
  height: 100% !important;
}

.p663fd73c .r9a612b96 {
  position: absolute;
  top: 13px;
  right: -6px;
  z-index: 10;
}

.p663fd73c .r1a7bfb15 {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  font-size: 8px;
  border: 1px solid;
  background-color: #fff;
  border-radius: 50%;
  z-index: 12;
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.p663fd73c .r1ec675ec {
  display: none;
  position: absolute;
  top: 6px;
  right: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 253px;
  color: #231f20;
  background: #fff;
  padding: 22px 20px;
  border-radius: 6px;
  z-index: 10;
  box-shadow: 4px 4px 15px rgb(175 175 175 / 25%);
}

.p663fd73c:hover .r1ec675ec {
  display: block;
}

.p663fd73c .r07e8dc0a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
  width: 100%;
}

.p663fd73c .r7a1b55e1 {
  display: flex;
  flex-direction: column;
}

.p663fd73c .r7a1b55e1 .top {
  color: var(--color-primary);
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 8px;
}

.p663fd73c .r7a1b55e1 .bottom {
  font-size: 12px;
  line-height: 1.3em;
}

.p663fd73c .r4dae1bfd {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: bold;
  width: 20%;
  text-align: right;
}

.p663fd73c .r44e5f5f0 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  padding: 13px 0 0 0;
  z-index: 12;
}

.usage {
  padding: 25px 30px;
  background: #f9f9f9;
  border-radius: 10px;
  margin: 30px 0;
}

.usage .usage-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.usage .usage-grade {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 60px;
}

.usage .usage-grade__chart {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
}

.usage .usage-grade__chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.usage .usage__title {
  font-family: open sans, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  margin: 0 10px 0 20px;
}

.usage .usage-header .usage-tooltip {
  align-self: flex-start;
}

.usage .usage-content {
  display: flex;
  justify-content: space-between;
}

.usage .usage-list {
  width: 48%;
  list-style: none;
}

.usage .usage-list-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  font-weight: bold;
  line-height: 22px;
  border-bottom: 1px solid #dadada;
}

.usage .usage-list-item__name {
  flex: 1;
}

.usage .usage-list-item__rate {
  color: gray;
  border: 1px solid gray;
  border-radius: 4px;
  text-align: center;
  padding: 0 10px;
  margin-right: 10px;
}

.usage .usage-tooltip {
  cursor: pointer;
  position: relative;
}

.usage .usage-tooltip img {
  width: 14px;
  height: 14px;
}

.usage .usage-tooltip .t7672839a {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 10000;
  left: -170px;
  width: 350px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 4px 4px 15px rgb(175 175 175 / 25%);
  border-radius: 6px;
  font-weight: normal;
  font-size: 12px;
  transition: opacity 0.5s ease 0s;
}

.usage .usage-tooltip .t7672839a.active {
  opacity: 1;
  visibility: visible;
}

.usage .usage-tooltip .tooltip__close {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -10px;
  right: -10px;
  background: #fff;
  box-shadow: 2px 2px 5px rgb(175 175 175 / 25%);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.usage .usage-tooltip .tooltip__description {
  line-height: 18px;
  margin-bottom: 20px;
}

.usage .usage-tooltip .tooltip__title {
  font-weight: bold;
}

.usage .usage-tooltip .tooltip-list {
  list-style: none;
}

.usage .usage-tooltip .tooltip-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 0.5px solid #dadada;
}

.usage .usage-tooltip .tooltip-list-item__precent {
  font-weight: bold;
}

.usage .usage-tooltip .tooltip-list-item__name {
  width: 70%;
}

.f25deb48e .cd94cc02 {
  padding: 14px 20px 14px 46px;
}

.f25deb48e .f8997cf5d:first-child .cd94cc02 {
  border-radius: 5px 5px 0 0;
}

.f25deb48e .cd94cc02 h3 {
  margin: 0;
  font-size: 16px;
  background-image: url("../images/comments-o.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  padding-left: 35px;
}

.f25deb48e .fcce04f4 {
  padding: 14px 20px 35px;
  background-color: #f8f8f8;
  border: 1px solid #f0f0f0;
}

.references-list {
  padding-left: 20px;
}

.references-list .references-list-item {
  margin-bottom: 12px;
}

.references-list .references-list-item::marker {
  font-weight: bold;
}

.references-list .references-list-item__title {
  margin-bottom: 8px;
  font-weight: bold;
}

.references-list .references-list-item__description {
  margin-bottom: 8px;
}

.df9b597c .s25589b56 {
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  box-shadow: 0 0 70px rgb(0 0 0 / 15%);
}

.df9b597c .s30db23b0 {
  height: 30px;
  background-color: var(--color-primary);
}

.df9b597c .de8ad5b5 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}

.df9b597c .de8ad5b5 * {
  padding: 8px 8px;
}

.df9b597c .s1597e00e {
  font-weight: bold;
  width: 32%;
  background: #fff;
  border-right: 1px solid #f1f1f1;
}

.df9b597c .s23663c05 {
  width: 68%;
}

.df9b597c .de8ad5b5:nth-child(2n) {
  background: #f1f1f1;
}

.df9b597c .de8ad5b5:hover .s1597e00e {
  background: #f1f1f1;
}

.s154caf2b {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
}

.s154caf2b .share-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 19%;
  min-width: 143px;
  height: 40px;
  max-height: 40px;
  margin-bottom: 10px;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}

.s154caf2b .s19325f71 {
  display: flex;
  color: #fff;
  width: 30%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.s154caf2b .s19325f71 img {
  width: 18px;
  display: block;
  height: auto;
  max-width: 100%;
}

.s154caf2b .a9e57f37 {
  color: #fff;
  width: 70%;
  font-size: 14px;
  padding: 9px 10px 9px 17px;
  text-transform: capitalize;
  font-weight: bold;
}

.s154caf2b .s19325f71.img-facebook {
  background: #3a579a;
}

.s154caf2b .a9e57f37.name-facebook {
  background: #344e8a;
}

.s154caf2b .s19325f71.img-twitter {
  background: #00abf0;
}

.s154caf2b .a9e57f37.name-twitter {
  background: #009ad8;
}

.s154caf2b .s19325f71.img-linkedin {
  background: #2867b2;
}

.s154caf2b .a9e57f37.name-linkedin {
  background: #1c487c;
}

.s154caf2b .s19325f71.img-reddit {
  background: #fc461e;
}

.s154caf2b .a9e57f37.name-reddit {
  background: #e23f1b;
}

.s154caf2b .s19325f71.img-pinterest {
  background: #cd1c1f;
}

.s154caf2b .a9e57f37.name-pinterest {
  background: #b8191c;
}

.r9557b799 {
  clear: both;
  background: #ffffff;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px dashed #f1f1f1;
  box-shadow: 0 0 20px #f1f1f1;
  overflow: hidden;
}

.r9557b799 .score {
  width: 100px;
  text-align: center;
  float: left;
  margin: 0 20px 10px 0;
  background: #e43917;
}

.r9557b799 .s5b38fd45 {
  font-size: 30px;
  color: #ffffff;
  padding: 8px 0;
  line-height: 52px;
}

.r9557b799 .s0a453eb4 {
  background: #303030;
  color: #ffffff;
  font-weight: bold;
  padding: 6px 0;
  text-transform: uppercase;
  font-size: 11px;
}

.r9557b799 .e861d99d {
  font-size: 32px;
  font-weight: bold;
  color: #303030;
  line-height: 36px;
  display: block;
  margin-bottom: 9px;
  font-family: "Roboto", trebuchet ms;
}

.r1ab62e17 {
  position: relative;
  padding: 30px 10px;
  border: 1px solid #f1f1f1;
  margin: 35px auto 30px;
  box-shadow: 0 1px 1px #f1f1f1;
  text-align: center;
}

.r1ab62e17 .r223406fb {
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  top: -10px;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  color: #303030;
  text-transform: uppercase;
  text-align: center;
  background: #ffffff;
  padding: 0 25px;
  white-space: nowrap;
  transform: translate(-50%, 0);
}

.r1ab62e17 .r06444d08 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  letter-spacing: -0.25em;
}

.r1ab62e17 .b96aadee {
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  font-size: medium;
  box-sizing: border-box;
  position: relative;
  width: 29%;
  margin-bottom: 20px;
}

.r1ab62e17 .r47a9e78c {
  position: relative;
}

.r1ab62e17 .r47a9e78c::after {
  content: "";
  display: block;
  padding-top: 180px;
}

.r1ab62e17 .r47a9e78c img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}

.r1ab62e17 .r06ced5d1 {
  text-align: center;
  border: 1px solid #f1f1f1;
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 16px 20px;
}

.r1ab62e17 .e2b69bf4 {
  color: #303030;
  font-size: 18px;
  line-height: 26px;
  height: 104px;
  font-weight: bold;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.3s;
}

.r1ab62e17 .e2b69bf4:hover {
  color: var(--color-primary);
}

.a934a724 {
  max-width: 100%;
  padding: 50px 24px 20px 24px;
  border: 1px solid #ededed;
  margin-bottom: 30px;
  box-shadow: 0 1px 1px #ededed;
  background: #fff;
}

.a934a724 .comments-form__title {
  font: 700 19px/21px "Roboto", trebuchet ms;
  color: #111111;
  text-transform: uppercase;
  text-align: center;
  margin: -30px auto 20px;
  padding: 0 25px;
}

.a934a724 .comments-form__text {
  font-size: 16px;
}

.a934a724 textarea {
  box-sizing: border-box;
  width: 100%;
  background: #f2f2f2;
  font: 400 15px "helvetica", trebuchet ms;
  border-radius: 0px;
  height: 150px;
  resize: none;
  margin-bottom: 20px;
  border: 1px solid #cbd0d2;
  padding: 10px;
}

.a934a724 .comments-form-inputs {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.a934a724 .c37861a97 {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 20px;
  border-radius: 0px;
  height: 38px;
  border: 1px solid #cbd0d2;
  padding-left: 45px;
}

.a934a724 .f68a8140 {
  position: relative;
  width: 30%;
}

.a934a724 .f68a8140::after {
  background: #2f2f2f;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}

.a934a724 .f68a8140.a557751a6::after {
  content: "\f007";
}

.a934a724 .f68a8140.email::after {
  content: "\f0e0";
}

.a934a724 .f68a8140.url::after {
  content: "\f0c1";
  font-weight: 600;
}

.a934a724 .c77fc8376 {
  padding: 6px 7px;
  color: #444;
  text-align: center;
  cursor: pointer;
  background-color: #f6f6f6;
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 2px rgb(0 0 0 / 8%);
  transition: all 0.4s ease 0s;
  font: 700 14px/16px "Roboto", trebuchet ms;
  font-size: 16px;
  padding: 8px 14px;
}

.cb8545d9 {
  margin: 0 0 30px 0;
}

.c4a134d81 {
  margin-bottom: 25px;
}

.comment {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px #ededed;
  height: auto;
  max-width: 100%;
  position: relative;
  word-break: break-word;
}

.comment .c6b900631 {
  display: flex;
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid #ededed;
}

.comment .ca44b770 {
  margin-right: 20px;
}

.comment .c6438983e {
  width: 100%;
}

.comment .c1d690ca9 {
  width: 100px;
  height: 100px;
}

.comment .a4a387ea {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.comment .a4a387ea a {
  color: #000;
  text-decoration: underline;
}

.comment .c97cc96d6 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.comment .ec5aa656 {
  font-size: 12px;
  color: #999;
}

.comment .f49549a6 {
  font-size: 14px;
  font-weight: bold;
}

.comment .c6d3eff78 {
  font-size: 13px;
}

.comment .c6d3eff78 a {
  color: #999;
}

.c4a134d81 .c83299dbc {
  margin-left: 23px;
  padding-left: 23px;
  position: relative;
  margin-top: 23px;
}

.comment .c6d3eff78 a::before {
  content: "\f062 ";
  font-family: "Font Awesome 5 Free";
  padding-right: 2px;
}

.comment .c10a0b8a3 {
  line-height: 32px;
  font-size: 18px;
  padding: 15px 20px;
  position: relative;
}

/* SIDEBAR STYLES START */
.p2b932471 .s50650729 .sidebar-block {
  margin-bottom: 30px;
  box-shadow: rgb(223 229 240) 0px 2px 9px 6px;
}

.s50650729 .adv {
  box-shadow: none !important;
}

.s50650729 .adv-sticky {
  position: sticky;
  top: 30px;
  z-index: 1000;
}

.s50650729 .experts-advise,
.s50650729 .more-research {
  position: relative;
  padding: 30px 10px;
  border: 1px solid rgb(172, 179, 193);
  border-radius: 6px;
  background: #fff;
  z-index: 4;
}

.s50650729 .experts-advise .header,
.s50650729 .more-research .header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0px 15px;
}

.s50650729 .experts-advise .d8445759,
.s50650729 .more-research .d8445759 {
  font-weight: bold;
  font-family: Merriweather, serif;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: rgb(48, 48, 48);
  margin: 0px auto 29px;
  max-width: 242px;
}

.s50650729 .experts-advise .d8445759::first-letter,
.s50650729 .more-research .d8445759::first-letter {
  text-transform: uppercase;
}

.s50650729 .experts-advise .h1cc8f764 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.s50650729 .caef2392 {
  padding: 0px 17px;
}

.s50650729 .s7bc89564 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.s50650729 .s7bc89564 a::first-letter {
  text-transform: uppercase;
}

.s50650729 .s7bc89564:not(:last-child) {
  border-bottom: 1px dashed rgb(172, 179, 193);
  margin-bottom: 1px;
}

.s50650729 .more-research .s7bc89564:first-of-type {
  padding-bottom: 12px;
}

.s50650729 .s087dc5b1 {
  color: rgb(172, 179, 193);
  font-size: 28px;
  margin-right: 23px;
}

.s50650729 .s0a345d01 {
  width: 70px;
  min-width: 70px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 15px;
  align-self: flex-start;
}

.s50650729 .c9756308 {
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 70px;
  padding-bottom: 15px;
}

.s50650729 .s2160ec50 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  color: rgb(172, 179, 193);
  font-size: 14px;
}

.s50650729 .s2160ec50 .name {
  margin-right: 3px;
}

.s50650729 .s1f7e3c8d {
  width: 100%;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: rgb(48, 48, 48);
  padding-top: 9px;
  padding-bottom: 11px;
}

.s50650729 .s1f7e3c8d:hover {
  color: rgb(198, 41, 47);
  opacity: 0.7;
}

.s50650729 .sidebar-block.r5c1c549b {
  width: 100%;
  display: block;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  box-shadow: none;
}

.s50650729 .r5c1c549b .p46ab7ac0 {
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 10px;
}

.s50650729 .navigation {
  border-radius: 6px;
  padding: 10px 26px;
  overflow: hidden auto;
  border: 1px solid rgb(241, 241, 241);
  box-shadow: none;
}

.s50650729 .n47423c75 {
  font-family: Merriweather, serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  margin: 14px 0px 10px;
  padding: 0px 0px 11px;
}

.s50650729 .n47423c75::first-letter {
  text-transform: uppercase;
}

.s50650729 .n7403a9e6 {
  display: flex;
  flex-direction: column;
}

.s50650729 .n16672554 {
  position: relative;
  width: 100%;
}

.s50650729 .n16672554 .ed047f0b > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  color: #303030;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 0;
  text-decoration: none;
  transition: all 0.5s;
  z-index: 8;
  margin-right: 5px;
}

.s50650729 .n16672554 a:hover {
  color: var(--color-primary);
  opacity: 0.7;
}

.s50650729 .n16672554 a.current-link {
  color: var(--color-primary);
}

.s50650729 .n16672554 .ed047f0b {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.s50650729 .e4b65245b {
  cursor: pointer;
  position: relative;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.s50650729 .e300ae323 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  border-radius: 4px;
  background: #dfe5f0;
  transition: all 0.3s;
}

.s50650729 .e300ae323.expand {
  display: none;
}

.s50650729 .nav-list-item_expanded .e300ae323.collapse {
  display: none;
}

.s50650729 .nav-list-item_expanded .e300ae323.expand {
  display: flex;
}

.s50650729 .e300ae323 svg {
  width: 10px;
  max-height: 10px;
}

.s50650729 .n7f9c7f66 {
  display: none;
  margin-top: 2px;
  padding-left: 6px;
}

.s50650729 .nav-list-item_expanded .n7f9c7f66 {
  display: block;
}

.s50650729 .n41310e1b {
  margin-bottom: 4px;
}

.s50650729 .n41310e1b > a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #303030;
  padding: 2px 8px 2px 0;
  font-size: 14px;
  line-height: 19px;
  transition: all 0.5s;
}

.s50650729 .n41310e1b:hover * {
  color: rgb(198, 41, 47);
  opacity: 0.7;
}

.s50650729 .d2c681a0 {
  font-size: 10px;
  margin-right: 8px;
  display: flex;
  margin-top: 5px;
  justify-content: center;
  align-items: center;
}

.s50650729 .d2c681a0::before {
  content: "";
  display: inline-block;
  height: 3px;
  left: 0.15em;
  position: relative;
  top: 3px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 3px;
  border-style: solid;
  border-width: 1px 1px 0 0;
}

.s50650729 .d2c681a0.chevron-right::before {
  left: 0;
  transform: rotate(45deg);
}
/* SIDEBAR STYLES END */

@media (max-width: 1279px) and (min-width: 1141px) {
  .p2b932471 .t389d5327 {
    max-width: 1080px;
  }

  .p2b932471 .t389d5327 .c8bf505cf {
    width: 730px;
  }

  .p2b932471 .t389d5327 .s50650729 {
    width: 300px;
  }
}

@media (max-width: 1140px) and (min-width: 1024px) {
  .p2b932471 .t389d5327 {
    max-width: 980px;
  }

  .p2b932471 .t389d5327 .c8bf505cf {
    width: 66%;
    margin-right: 2%;
  }

  .p2b932471 .t389d5327 .s50650729 {
    width: 32%;
  }
}

@media (max-width: 1023px) {
  .p2b932471 .t389d5327 {
    max-width: 100%;
  }

  .p2b932471 .t389d5327 .c8bf505cf {
    margin: 0 auto;
  }

  .p2b932471 .t389d5327 .s50650729 {
    width: 740px;
    margin: 30px auto 0;
  }

  .usage .usage-tooltip .t7672839a {
    left: -300px;
  }
}

@media (max-width: 992px) {
  .q6325817b .q65a71ad7 {
    margin: 0 0 30px 14px;
  }

  .df9b597c .s30db23b0 {
    display: none;
  }

  .df9b597c .de8ad5b5 {
    flex-wrap: wrap;
  }

  .df9b597c .s1597e00e,
  .df9b597c .s23663c05 {
    width: 100%;
    text-align: center;
  }

  .df9b597c .s1597e00e {
    background-color: var(--color-primary);
    color: #fff;
  }

  .df9b597c .de8ad5b5:hover .s1597e00e {
    background-color: var(--color-primary);
  }
}

@media (max-width: 768px) {
  .p2b932471 .t389d5327 .c8bf505cf {
    width: 100%;
  }

  .c8bf505cf h2 {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .s154caf2b {
    justify-content: center;
  }

  .s154caf2b .share-btn {
    margin-right: 10px;
  }

  .r1ab62e17 .b96aadee {
    width: calc(50% - 15px);
  }

  .usage .usage-tooltip .tooltip__close {
    display: flex;
  }
}

@media (max-width: 580px) {
  .c8bf505cf h2 {
    font-size: 26px;
  }

  .dc3c8bb0 .c6b6051f {
    overflow-x: auto;
  }

  .dc3c8bb0 .c7b3467e3 td:first-child {
    padding-left: 15px;
  }
}

@media (max-width: 500px) {
  .r1ab62e17 {
    padding: 30px 15px;
  }

  .r1ab62e17 .r06444d08 {
    justify-content: center;
  }

  .r1ab62e17 .b96aadee {
    width: 300px;
  }

  .a934a724 .comments-form-inputs {
    flex-wrap: wrap;
  }

  .a934a724 .comments-form-inputs .f68a8140 {
    width: 100%;
  }

  .c8bf505cf .pros-cons-block .list-wrap {
    width: 100%;
  }

  .c8bf505cf .pros-cons-block .list {
    height: auto;
  }

  .usage .usage-content {
    flex-wrap: wrap;
  }

  .usage .usage-list {
    width: 100%;
  }

  .usage .usage-tooltip .t7672839a {
    left: -275px;
    width: 325px;
  }

  .usage .usage-tooltip .tooltip-list {
    max-height: 400px;
    overflow-y: auto;
  }

  .c4a134d81 .c83299dbc {
    margin-left: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 370px) {
  .r1ab62e17 .r06444d08 {
    display: block;
  }

  .r1ab62e17 .b96aadee {
    margin-bottom: 30px;
  }

  .usage {
    margin: 15px 0;
    padding: 25px 15px;
  }
}
/* PAGE CONTENT END */

/* MAIN SEARCH START */
.m3a6c355d {
  width: 100%;
  position: relative;
}

.f394429b {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.m3a6c355d .f4faa11e {
  position: relative;
  max-width: 1200px;
  padding: 70px 10px 80px;
  margin: 0 auto;
}

.m3a6c355d .s3ea8533d {
  margin: 0 auto;
}

.m3a6c355d .aa213298 {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}

.m3a6c355d .s41a9b9d2 {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}

.m3a6c355d .s50664b3f {
  position: relative;
  width: 570px;
  max-width: 100%;
  margin: 40px auto 0;
}

.m3a6c355d .s50664b3f form {
  display: block;
  position: relative;
  width: 100%;
  background: #f1f1f1;
  height: 46px;
  border-radius: 32px;
}

.m3a6c355d .s594ac923 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 100px);
  height: 46px;
  padding: 0 24px;
  border-radius: 32px 0 0 32px;
  background: #f1f1f1;
  border: none;
  font-size: 14px;
}

.m3a6c355d .s2a553d05 {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 92px;
  height: 38px;
  border-radius: 32px;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  line-height: 38px;
  cursor: pointer;
  text-transform: none;
}
/* MAIN SEARCH END */

/* SUBSCRIBE BLOCK START */
.s128daa26 {
  width: 100%;
  position: relative;
}

.s128daa26 .s91bf45af {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  min-height: 397px;
  max-width: 1226px;
}

.s128daa26 .s911fcbe1 {
  position: relative;
  padding: 57px 20px 40px 30px;
  max-width: 60%;
  margin: 0 auto 0 0;
  z-index: 9;
}

.s128daa26 .db6ecfb0 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 18px;
  height: auto;
}

.s128daa26 .s548807f9 {
  font-size: 18px;
  line-height: 1.25em;
}

.s128daa26 .s82b1cca5 {
  font-size: 18px;
  line-height: 1.25em;
  margin: 67px auto 0 0;
  width: 100%;
  max-width: 600px;
}

.s128daa26 .s82b1cca5 form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s128daa26 .s6e16891e {
  width: 100%;
  font-size: 18px;
  line-height: 1.25em;
  margin-bottom: 8px;
}

.s128daa26 .s47687bae {
  padding: 27px 14px;
  font-size: 16px;
  border-radius: 4px;
  width: 100%;
  margin-right: 12px;
  height: 35px;
}

.s128daa26 .s172ddeef {
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 28px 18px;
  min-width: 226px;
  text-transform: uppercase;
  line-height: 0.5;
  height: 35px;
}

.s128daa26 .s3c7c7fc3 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  max-width: 100%;
}

@media (max-width: 992px) {
  .s128daa26 .s911fcbe1 {
    margin: 0 auto;
    max-width: 80%;
  }

  .s128daa26 .db6ecfb0,
  .s128daa26 .s548807f9 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .s128daa26 .s911fcbe1 {
    max-width: 100%;
  }

  .s128daa26 .s82b1cca5 form {
    flex-wrap: wrap;
  }

  .s128daa26 .s47687bae {
    margin-right: 0;
    width: 100%;
  }

  .s128daa26 .s172ddeef {
    margin-top: 15px;
    width: 100%;
  }
}
/* SUBSCRIBE BLOCK END */

/* TEAM GRID V1 START */
.t62663ae9 {
  position: relative;
  background: transparent;
  border-radius: 12px;
  max-width: 1171px;
}

.t62663ae9 .fe0e1b4a {
  border-radius: 12px;
  padding: 9px 0 0 0;
  max-width: initial;
  margin: 0;
}

.t62663ae9 .t9c65a7a8 {
  border-radius: 12px;
  padding-top: 25px;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}

.t62663ae9 .c8686fae {
  width: 42%;
  padding: 20px 0;
}

.t62663ae9 .t830beac1 {
  position: relative;
  background: #feca46;
  display: flex;
  padding: 14px 34px 25px 60px;
  margin-bottom: 35px;
  align-items: center;
}

.t62663ae9 .t3218b437 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5em;
}

.t62663ae9 .t32cb9c87 {
  position: absolute;
  top: 0;
  right: -1px;
  content: "";
  width: 27px;
  height: 100%;
  background: #113244;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.t62663ae9 .t69689129 {
  margin-left: 60px;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 0.8em;
}

.t62663ae9 .t69689129 p {
  margin-bottom: 0.66em;
}

.t62663ae9 .t14d19cec {
  width: 60%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 30px;
  max-width: 570px;
  max-height: 320px;
}

.t62663ae9 .t14d19cec iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-height: initial;
  max-height: initial;
  height: 100% !important;
  display: none;
}

.t62663ae9 .v7d59bee7 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.t62663ae9 .v52bd6fde {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t62663ae9 .v462e5a86 {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #30303030;
}

.t62663ae9 .t38862dc4 {
  max-width: 100%;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.t62663ae9 .t40fd8c9d {
  display: flex;
  width: 48%;
  border-radius: 8px;
  border: 1px solid #75a9c6;
  margin-bottom: 20px;
}

.t62663ae9 .t384fd99c {
  position: relative;
  width: 48%;
  max-height: 250px;
}

.t62663ae9 .t384fd99c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t62663ae9 .c20a9f24 {
  display: flex;
  flex-direction: column;
  width: 52%;
  height: 100%;
  padding: 15px 16px 16px 18px;
  min-height: 224px;
}

.t62663ae9 .t6319b819 {
  width: 100%;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 10px;
}

.t62663ae9 .ae8b8263 {
  width: 100%;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
  color: #231f20;
  margin-bottom: 14px;
}

.t62663ae9 .t30035276 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 0;
  align-self: flex-end;
}

.t62663ae9 .t30035276 > a {
  margin-right: 7px;
}

.t62663ae9 .t30035276 > a i {
  font-style: italic;
  font-size: 18px;
  color: #acb3c1;
}

.t62663ae9 .t147724bc {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.t62663ae9 .t9c4911af {
  line-height: 1.2em;
  font-size: 14px;
  color: #dfe5f0;
  background: transparent;
  border: 1px solid #788b9a;
  border-radius: 4px;
  padding: 19px 16px;
  width: 427px;
  max-width: 80%;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s;
}

.t62663ae9 .t9c4911af:hover {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .t62663ae9 .c8686fae {
    width: 50%;
  }

  .t62663ae9 .t830beac1 {
    padding: 10px 34px 14px 4%;
  }

  .t62663ae9 .t14d19cec {
    width: 50%;
  }

  .t62663ae9 .t69689129 {
    margin-left: 15px;
  }
}

@media (max-width: 768px) {
  .t62663ae9 .t9c65a7a8 {
    flex-wrap: wrap;
  }

  .t62663ae9 .c8686fae {
    width: 100%;
    margin-right: 40px;
  }

  .t62663ae9 .t14d19cec {
    min-height: 320px;
    margin: 30px auto;
    width: 90%;
  }

  .t62663ae9 .t40fd8c9d {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .t62663ae9 .t40fd8c9d {
    flex-wrap: wrap;
  }

  .t62663ae9 .t384fd99c {
    width: 100%;
  }

  .t62663ae9 .c20a9f24 {
    width: 100%;
    height: auto;
  }

  .t62663ae9 .t14d19cec {
    min-height: 220px;
  }
}
/* TEAM GRID V1 END */

/* TEAM GRID V2 START */
.b8e102ff {
  max-width: 1392px;
  margin: 0 auto;
}

.bb4079e4 {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
}

.bb4079e4 .t93680e70 {
  display: flex;
  flex-wrap: wrap;
  width: 56%;
  margin-right: 9%;
}

.bb4079e4 .t3218b437 {
  font-size: 72px;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.bb4079e4 .t69689129 {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.bb4079e4 .t9c4911af {
  font-size: 18px;
  padding: 11px 32px;
  border: 1px solid #000;
  border-radius: 6px;
  transition: all 0.3s;
}

.bb4079e4 .t9c4911af:hover {
  color: var(--color-primary);
}

.bb4079e4 .t6461b487 {
  width: 48%;
}

.bb4079e4 .t6461b487 .t147724bc {
  display: none;
}

@media (max-width: 992px) {
  .bb4079e4 {
    flex-wrap: wrap;
  }

  .bb4079e4 .t93680e70 {
    width: 100%;
    margin-right: 0;
  }

  .bb4079e4 .t3218b437 {
    font-size: 48px;
  }

  .bb4079e4 .t69689129 {
    font-size: 16px;
  }

  .bb4079e4 .t93680e70 .t147724bc {
    display: none;
  }

  .bb4079e4 .t6461b487 .t147724bc {
    display: flex;
  }

  .bb4079e4 .t6461b487 {
    width: 100%;
  }

  .bb4079e4 .t9c4911af {
    margin: 0 auto;
  }
}
/* TEAM GRID V2 END */

/* TEAM GRID V3 START */
.t0c5db8e0 {
  background-color: #efefef;
  padding: 70px 0 0 0;
}

.t0c5db8e0 .t3218b437 {
  font-size: 40px;
  text-align: center;
}

.t0c5db8e0 .t7a46f6ed {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 30px auto;
}

.t0c5db8e0 .t1962e35e {
  width: 20%;
  padding: 0 15px;
}

.t0c5db8e0 .t5d463845 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.t0c5db8e0 .t1962e35e:hover .t5d463845 img {
  filter: grayscale(0);
}

.t0c5db8e0 .b95e0d2e {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 25px 0 5px 0;
  color: #333;
}

.t0c5db8e0 .t33ead1d8 {
  font-size: 12px;
  text-align: center;
  color: #777;
}

.t0c5db8e0 .b74eb403 {
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 28px;
  color: #777;
}

@media (max-width: 768px) {
  .t0c5db8e0 .t7a46f6ed {
    flex-wrap: wrap;
  }

  .t0c5db8e0 .t1962e35e {
    width: 100%;
  }

  .t0c5db8e0 .t1962e35e:hover .t5d463845 img {
    filter: grayscale(100%);
  }
}
/* TEAM GRID V3 END */

/* TEAM GRID V4 START */
.t090dfffe .t6af74d27 {
  font-size: 32px;
  font-weight: bold;
  margin: 50px 0 40px 0;
}

.t090dfffe .cf3d57c0 {
  display: flex;
  flex-direction: column;
  margin: 0 8px;
}

.t090dfffe .t7aaef7d0 {
  display: flex;
  margin-bottom: 16px;
}

.t090dfffe .t05db9eb0 {
  width: 30%;
  height: 224px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  object-fit: cover;
}

.t090dfffe .t86f7f27f {
  width: 70%;
  padding: 15px;
  min-height: 224px;
  height: 100%;
}

.t090dfffe .db90ed16 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.t090dfffe .t69e8ee5d {
  font-size: 15px;
  margin-bottom: 8px;
}

.t090dfffe .t0a206e3c {
  line-height: 1.5em;
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  .t090dfffe .cf3d57c0 {
    margin: 0;
  }

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

  .t090dfffe .t05db9eb0 {
    height: 186px;
    border-radius: 0;
  }
}
/* TEAM GRID V4 END */

/* TEAM GRID SLIDER START */
.t622bd01b .t88a7e2de {
  width: 100%;
  display: flex !important;
  margin-bottom: 20px;
}

.t622bd01b .t090f0361 {
  width: 100%;
  max-width: 192px;
  margin: 0 25px 0 0;
}

.t622bd01b .t090f0361 img {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 6px;
}

.t622bd01b .t7e7c593d {
  width: 60%;
  margin: 0 1%;
}

.t622bd01b .t6a5fa2e5 {
  font-size: 36px;
  line-height: 1.2em;
  margin-bottom: 7px;
}

.t622bd01b .a7cd989f {
  font-size: 14px;
  line-height: 1.44em;
}

.t622bd01b .slick-list {
  min-height: 500px !important;
}

.t622bd01b .slick-slide {
  opacity: 0.1;
}

.t622bd01b .slick-slide.slick-active {
  opacity: 1;
}

@media (max-width: 992px) {
  .t622bd01b .t88a7e2de {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .t622bd01b .t88a7e2de {
    flex-wrap: wrap;
  }

  .t622bd01b .t7e7c593d {
    width: 100%;
    margin-top: 20px;
  }
}
/* TEAM GRID SLIDER END */

/* OUR HISTORY START */
.o143c601d {
  font-size: 32px;
  font-weight: bold;
  margin: 50px 0 40px 0;
}

.d115651a {
  margin-bottom: 35px;
  margin-top: 20px;
  display: block;
  position: relative;
  z-index: 9;
  max-width: 100%;
}

.d115651a .t5a0680a2 {
  position: absolute;
  left: 50%;
  margin-left: 0;
  height: 100%;
  border-right: 1px solid #d0d0d0;
  z-index: -1;
}

.d115651a .t5a0680a2 span:first-child {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #de5034;
  position: absolute;
  left: -4px;
}

.d115651a .t5a0680a2 span:last-child {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #de5034;
  position: absolute;
  bottom: 0;
  left: -4px;
}

.d115651a .timeline-line-wrapper {
  position: relative;
}

.d115651a .d1f423f9 {
  position: relative;
  display: block;
  table-layout: fixed;
  border: 1px solid #d0d0d0;
  width: calc(50% - 19px);
  border-radius: 4px;
  background: #fcfcfc;
  margin-bottom: 20px;
}

.d115651a .t6efbfcf6 {
  width: 1px;
  height: 1px;
  background-color: #de5034;
  border: 4px solid #fff;
  border-radius: 500px;
  position: absolute;
  top: 32px;
  display: block;
  padding: 3px;
}

.d115651a .timeline-post-left .t6efbfcf6 {
  right: -28px;
}

.d115651a .timeline-post-right .t6efbfcf6 {
  left: -26px;
}

.d115651a .u6532c4d2 {
  position: absolute;
  height: 0;
  width: 1px;
}

.d115651a .timeline-post-left .u6532c4d2 {
  right: -1px;
  top: 30px;
}

.d115651a .timeline-post-right .u6532c4d2 {
  top: 30px;
  left: -10px;
}

.d115651a .u6532c4d2 s {
  border-width: 9px 10px 9px 0;
  border-style: solid;
  display: block;
  position: relative;
  top: 0;
}

.timeline-post-left .u6532c4d2 s {
  border-width: 9px 0 9px 10px;
}

.d115651a .u6532c4d2 l {
  border-width: 9px 0 9px 10px;
  top: -16.5px;
}

.d115651a .t569c8bb4 {
  display: block;
  vertical-align: middle;
}

.d115651a .t645bf6a3 {
  width: 100%;
  display: block;
  position: relative;
  vertical-align: middle;
}

.d115651a .c8ec2064 {
  display: inline-block;
  font-size: 13px;
  position: relative;
  vertical-align: top;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.d115651a .timeline-post-left .c8ec2064 {
  text-align: right;
}

.d115651a .u7f8bcd65 {
  font-size: 24px;
}

.d115651a .c8ec2064 p {
  margin-bottom: 5px;
}

.d115651a .t474e8792 {
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .d115651a {
    overflow: hidden;
  }

  .d115651a .t5a0680a2 {
    margin-left: 0;
    left: 50%;
  }

  .d115651a .d1f423f9 {
    width: 100%;
  }

  .d115651a .timeline-post-left .c8ec2064 {
    text-align: left;
  }

  .d115651a .u6532c4d2 {
    display: none;
  }
}
/* OUR HISTORY END */

/* MAIN SLIDER START */
.d131ea9a {
  position: relative;
  padding-top: 8px;
  border-radius: 12px;
  max-width: 1170px;
  margin: 0 auto;
}

.d9052f33 .m86b533cf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 57px 10px 10px 10px;
  max-width: 87%;
  margin: 0 auto 36px auto;
}

.d9052f33 .m28c82050 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3em;
}

.d9052f33 .c6eeb86c {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.d9052f33 .m81438add {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border: 1px solid var(--color-secondary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}

.d9052f33 .m81438add:not(:last-child) {
  margin-right: 24px;
}

.d9052f33 .m81438add:not(:last-child):after {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--color-secondary);
  position: absolute;
  right: -25px;
}

.d9052f33 .m81438add.filled {
  background-color: #fff;
  color: var(--color-secondary);
}

.d9052f33 .m6968676d {
  margin-bottom: 20px;
}

.d9052f33 .bc77d068 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 87%;
  margin: 0 auto;
  padding: 20px 10px;
}

.d9052f33 .m1c46cb45 {
  width: 48%;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.d9052f33 .m1c46cb45 img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.d9052f33 .m1bb140b8 {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 40px;
}

.d9052f33 .m0ee5ca3c {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 21px;
}

.d9052f33 .m5431110d {
  width: 100%;
  font-size: 18px;
  line-height: 1.8em;
}

.d9052f33 .ec0dffbb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding-bottom: 40px;
}

.d9052f33 .m6abb084e {
  width: 40%;
  font-size: 14px;
  color: #fff;
  background: transparent;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
  padding: 19px 10px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s;
}

.d9052f33 .m6abb084e:hover,
.d9052f33 .m6abb084e:disabled {
  opacity: 0.7;
}

.d9052f33 .m6d89e195 {
  margin-right: 4%;
}

.d9052f33 .m6d89e195 {
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .d9052f33 .m86b533cf {
    justify-content: center;
    flex-wrap: wrap;
    padding: 26px 10px 10px 10px;
    margin-bottom: 6px;
  }

  .d9052f33 .m28c82050 {
    width: 100%;
    text-align: center;
  }

  .d9052f33 .c6eeb86c {
    margin-top: 15px;
  }

  .d9052f33 .bc77d068 {
    flex-wrap: wrap;
  }

  .d9052f33 .m1c46cb45 {
    width: 100%;
  }

  .d9052f33 .m1bb140b8 {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    margin-right: 0;
  }

  .d9052f33 .m6abb084e {
    width: auto;
    max-width: 50%;
    min-width: 40%;
  }
}

@media (max-width: 500px) {
  .d9052f33 .ec0dffbb {
    flex-wrap: wrap;
  }

  .d9052f33 .m6abb084e {
    max-width: 90%;
    min-width: 90%;
  }

  .d9052f33 .m6d89e195 {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .d9052f33 .m81438add:not(:last-child) {
    margin-right: 5px;
  }

  .d9052f33 .m81438add:not(:last-child):after {
    display: none;
  }
}
/* MAIN SLIDER END */

/* FEATURES SLIDER START*/
.f1cacc0ca {
  max-width: 1920px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  padding: 44px 20px 28px;
}

.d91213f0 {
  position: relative;
  display: flex;
  max-width: 1396px;
  margin: 0 auto;
}

.d91213f0 .f982c0398 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: space-between;
  width: 31%;
  margin: 0 1%;
  padding-bottom: 38px;
}

.d91213f0 .f415f532b {
  margin: 30px 0;
  font-size: 56px;
  font-weight: bold;
}

.d91213f0 .f5d89f441 {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 6px;
  color: #fff;
  transition: all 0.3s;
  padding: 10px 30px;
  font-size: 18px;
}

.d91213f0 .a5a15169 {
  min-height: 350px;
  margin-top: 10px;
  width: 39%;
  margin-left: auto;
}

.d91213f0 .a5a15169 .bab56e25 {
  display: none;
}

.d91213f0 .slick-list {
  height: 520px !important;
}

.d91213f0 .slick-slide {
  opacity: 0.1;
}

.d91213f0 .slick-slide.slick-active {
  opacity: 1;
}

.d91213f0 .f2cc0cccd {
  width: 100%;
  margin-bottom: 66px;
}

.d91213f0 .a832a581 {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  font-family: merriweather, serif;
  font-size: 26px;
  color: #000;
  font-weight: bold;
}

.d91213f0 .f9b139a03 {
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .d91213f0 .f982c0398,
  .d91213f0 .a5a15169 {
    width: 48%;
  }
}

@media (max-width: 992px) {
  .d91213f0 {
    flex-wrap: wrap;
  }

  .d91213f0 .f982c0398,
  .d91213f0 .a5a15169 {
    width: 100%;
  }

  .d91213f0 .f982c0398 .bab56e25 {
    display: none;
  }

  .d91213f0 .a5a15169 .bab56e25 {
    display: flex;
    justify-content: center;
  }

  .d91213f0 .f415f532b {
    font-size: 36px;
  }

  .d91213f0 .slick-list {
    height: auto !important;
  }

  .d91213f0 .f9b139a03 {
    font-size: 26px;
  }

  .d91213f0 .f5d89f441 {
    display: block;
  }
}
/* FEATURES SLIDER END*/

/* BANNERS BLOCK START */
.b7a1b8b4 {
  padding: 73px 0 95px;
  overflow: hidden;
}

.b0e5c3b57 {
  position: relative;
  max-width: 1288px;
  margin: 0 auto;
  color: #000;
}

.b0e5c3b57 .b93926efe {
  font-size: 36px;
  margin: 40px 0 75px 0;
  text-align: center;
}

.b0e5c3b57 .ec873f48 {
  display: flex;
  justify-content: center;
}

.b0e5c3b57 .dae78246 {
  position: relative;
  width: 320px;
}

.b0e5c3b57 .dae78246:nth-child(1) {
  transform: rotate(0deg);
}

.b0e5c3b57 .dae78246:nth-child(2) {
  margin-top: 23px;
  left: -8px;
  transform: rotate(-10.5deg);
}

.b0e5c3b57 .dae78246:nth-child(3) {
  margin-top: -27px;
  left: -16px;
  transform: rotate(7deg);
}
.b0e5c3b57 .dae78246:nth-child(4) {
  margin-top: 24px;
  left: -27px;
  transform: rotate(-13deg);
}

.b0e5c3b57 .dae78246 svg {
  display: block;
  height: auto;
  max-width: initial;
  width: 338px;
  position: absolute;
  top: 0;
  z-index: 4;
}

.b0e5c3b57 .b848926a6 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 158px;
  padding: 0 8px 0 26px;
  margin-top: 30px;
  z-index: 10;
  transform: rotate(3deg);
}

.b0e5c3b57 .b65bd2130 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 82px;
}

.b0e5c3b57 .b65bd2130 img {
  display: block;
  max-width: 160px;
  height: auto;
  margin: 0 auto;
}

.b0e5c3b57 .fce94752 {
  align-self: flex-end;
  font-size: 16px;
  line-height: 1.44em;
  text-align: center;
  margin-bottom: 6px;
}

@media (max-width: 992px) {
  .b0e5c3b57 .ec873f48 {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .b0e5c3b57 .dae78246 {
    margin-top: 15px !important;
  }
}
/* BANNERS BLOCK END */

/* AUTHOR PAGE START */
.eda87114 {
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.a557751a6 .d0ed231d {
  width: 250px;
  height: 250px;
}

.a557751a6 .d0ed231d img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.a557751a6 .a0695396b {
  margin-top: 20px;
  font-size: 28px;
  font-weight: bold;
}

.a557751a6 .a041c24c {
  margin-top: 10px;
}

.a557751a6 .a041c24c a {
  font-size: 24px;
  margin-right: 10px;
}

.a4912a9b5 {
  margin-left: 120px;
  font-size: 24px;
  line-height: 2.125rem;
}

.a9beafbd5 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.a9beafbd5 h2 {
  width: 70%;
  margin-top: 10px;
}

.a9beafbd5 .a7f0217ec {
  display: flex;
  flex-direction: column;
  width: 70%;
}

.a9beafbd5 .a17aa945b {
  display: flex;
  padding: 20px;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.1);
  margin-bottom: 30px;
}

.a9beafbd5 .b35d8b07 {
  display: block;
}

.a9beafbd5 .b35d8b07:hover {
  opacity: 0.7;
}

.a9beafbd5 .b35d8b07 img {
  width: 230px;
  max-width: 230px;
  height: 150px;
  object-fit: cover;
}

.a9beafbd5 .a17aa945b .a397dd6f2 {
  margin-left: 30px;
}

.a9beafbd5 .a17aa945b .a0fb12a0 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.a9beafbd5 .a17aa945b .a6d6928da {
  line-height: 1.5rem;
}

@media (max-width: 1024px) {
  .b447f2c8 .b71a0092 {
    max-width: 100%;
  }

  .a9beafbd5 h2 {
    width: 100%;
    text-align: center;
  }

  .a9beafbd5 .a7f0217ec {
    width: 100%;
  }

  .a4912a9b5 {
    margin-left: 70px;
  }
}

@media (max-width: 765px) {
  .eda87114 {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-top: 25px;
  }

  .a557751a6 .d0ed231d {
    width: 300px;
    height: 300px;
  }

  .a4912a9b5 {
    margin-top: 20px;
    margin-left: 0;
    font-size: 20px;
    line-height: 2rem;
  }
}

@media (max-width: 600px) {
  .a9beafbd5 .a17aa945b {
    flex-wrap: wrap;
  }

  .a9beafbd5 .a17aa945b .b35d8b07 {
    margin: 0 auto;
  }

  .a9beafbd5 .a17aa945b .b35d8b07 img {
    width: 300px;
    height: 200px;
  }

  .a9beafbd5 .a17aa945b .a397dd6f2 {
    margin-top: 30px;
    margin-left: 0;
  }
}

@media (max-width: 400px) {
  .eda87114 .a557751a6 .d0ed231d {
    max-width: 250px;
    max-height: 250px;
  }

  .a4912a9b5 {
    font-size: 18px;
    line-height: 1.75rem;
  }

  .a9beafbd5 .a17aa945b .b35d8b07 img {
    width: 275px;
    height: 185px;
  }
}
/* AUTHOR PAGE END */

/* PAGINATION START */
.fa162c76 {
  flex-basis: 100%;
  display: flex;
  white-space: nowrap;
  padding: 0;
  border-right: 0;
  margin: 1px;
  vertical-align: baseline;
}

.fa162c76 .p11a3b396 {
  border: 1px solid #f1f1f1;
  border-left: none;
  margin: 0;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  font-size: 1.1em;
  font-weight: 600;
  padding: 10px 15px;
  min-width: 1em;
}

.fa162c76 .p11a3b396:nth-of-type(1) {
  border-left: 1px solid #f1f1f1;
}

.fa162c76 .p11a3b396.active,
.fa162c76 .p11a3b396:hover {
  background: #f1f1f1;
  color: #9099ac;
}

@media (max-width: 600px) {
  .fa162c76 {
    flex-wrap: wrap;
  }
}
/* PAGINATION END */

/* CATEGORY TEXT BLOCK START */
.e55ba252 {
  position: relative;
  padding: 46px 28px 54px 28px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  line-height: 1.78em;
  background: #003550;
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c9c732f23 {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .c9c732f23 {
    text-align: center;
  }
}
/* CATEGORY TEXT BLOCK END */

/* FEATURES GRID START */
.f91659b72 .a31fc1b1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 36px;
}

.f91659b72 .b0fcfb48 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.f91659b72 .f02ddd861 {
  width: 31%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.f91659b72 .f1809f8ae {
  width: 148px;
  height: 148px;
  border-radius: 50%;
}

.f91659b72 .b34be918 {
  margin-left: 25px;
}

.f91659b72 .ec906c49 {
  font-family: "Merriweather", serif;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

.f91659b72 .f6c649a7a {
  font-size: 18px;
  line-height: 1.4em;
  color: #231f20;
}

@media (max-width: 1024px) {
  .f91659b72 .f02ddd861 {
    width: 48%;
  }
}

@media (max-width: 600px) {
  .f91659b72 .f02ddd861 {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* FEATURES GRID END */

/* LINKING START */
.f2c42054 {
  margin: 16px 0 30px 0;
}

.f2c42054 .l7c81564d {
  font-size: 18px;
  font-weight: 700;
}

.f2c42054 .f3b7631e {
  list-style: disc;
  margin-bottom: 5px;
}

.f2c42054 .l58dc5130 {
  margin: 5px 0 5px 25px;
}

.f2c42054 .l58dc5130 > a {
  text-transform: capitalize;
}

.f2c42054 .l58dc5130 > a:hover {
  text-decoration: none;
}

.f2c42054 .l79fa5068 {
  margin-left: 25px;
}

.f2c42054 .l58dc5130.hide {
  display: none;
}

.f2c42054 .l36f5b9cb {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 0 16px;
  margin-top: 16px;
}

.f2c42054 .l938bc1d1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #d9d9d9;
}

.f2c42054 .l938bc1d1:last-of-type {
  border-bottom: 0;
}

.f2c42054 .l938bc1d1 span {
  font-weight: 600;
  color: #000000;
  margin-right: 5px;
}

.f2c42054 .l938bc1d1 a:hover {
  text-decoration: none;
}

.f2c42054 .e525ec5f a {
  text-transform: capitalize;
}

.f2c42054 .l938bc1d1 svg path {
  fill: var(--color-primary);
}
/* LINKING END */

/* FEATURES DOUBLE START */
.f544942a0 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px auto;
  max-width: 1920px;
}

.f544942a0 .dcc37cbf {
  width: 50%;
  padding: 33px 20px;
  display: flex;
  background: var(--color-primary);
  color: #fff;
}

.f544942a0 .dcc37cbf:first-of-type {
  justify-content: flex-end;
}

.f544942a0 .dcc37cbf:last-of-type {
  background: var(--color-secondary);
}

.f544942a0 .cfa7a1d9 {
  max-width: 225px;
  height: 100%;
  margin-right: 20px;
}

.f544942a0 .f0478f832 {
  display: block;
  height: auto;
  max-width: 100%;
}

.f544942a0 .f13784ae9 {
  margin-left: 15px;
  max-width: 400px;
}

.f544942a0 .f9cb1c165 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.24em;
}

.f544942a0 .f96d8fa6a {
  line-height: 1.46em;
}

@media (max-width: 1024px) {
  .f544942a0 {
    flex-direction: column;
  }

  .f544942a0 .dcc37cbf {
    justify-content: flex-start !important;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .f544942a0 .dcc37cbf {
    flex-direction: column;
  }

  .f544942a0 .f13784ae9 {
    margin-top: 15px;
    margin-left: 0;
    max-width: none;
  }
}
/* FEATURES DOUBLE END */

.wprm-recipe-instruction-image img {
  width: 100% !important;
  height: auto !important;
}

.ccb__wrap {
  position: relative;
  padding: 0;
  background: #e9ebf1;
  line-height: 1.5em;
  border: 0;
  border-radius: 0;
  margin-bottom: 26px;
  color: #303030;
  font-weight: bold;
}

.ccb__inner {
  padding: 18px 22px;
}

.ccb__left {
  bottom: -8px;
  content: " ";
  height: 53px;
  left: -8px;
  top: auto;
  position: absolute;
  width: 167px;
  z-index: -1;
  transform: initial;
  background-color: var(--color-secondary);
}

.ccb__right {
  content: " ";
  height: 53px;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 53px;
  z-index: -1;
  background-color: var(--color-secondary);
}

.bgmn {
  background-color: var(--color-primary);
}