.bg-light {
  background: #F7F8F8 !important;
}

.bg-light-green {
  background: rgba(0, 168, 107, 0.1) !important;
}

.bg-green {
  background: #00a86b !important;
}

.bg-old-gold {
  background: #D2AC48 !important;
}

.bg-orange {
  background: #EC8322 !important;
}

.bg-teal {
  background: #1C918A !important;
}

.bg-mega-blue {
  background: #3C689C !important;
}

.bg-night-rider {
  background: #333333 !important;
}

.bg-steel-teal {
  background: #607D8B !important;
}

.bg-boston-blue {
  background: #4195BD !important;
}

.bg-deep-sky-blue {
  background: #00A3FF !important;
}

.bg-eastern-blue {
  background: #0086A4 !important;
}

.bg-primary-red {
  background: #DE0000 !important;
}

.bg-secondary-red {
  background: #F44336 !important;
}

.text-light {
  color: #F7F8F8 !important;
}

.text-light-green {
  color: rgba(0, 168, 107, 0.1) !important;
}

.text-green {
  color: #00a86b !important;
}

.text-old-gold {
  color: #D2AC48 !important;
}

.text-orange {
  color: #EC8322 !important;
}

.text-teal {
  color: #1C918A !important;
}

.text-mega-blue {
  color: #3C689C !important;
}

.text-night-rider {
  color: #333333 !important;
}

.text-steel-teal {
  color: #607D8B !important;
}

.text-boston-blue {
  color: #4195BD !important;
}

.text-deep-sky-blue {
  color: #00A3FF !important;
}

.text-eastern-blue {
  color: #0086A4 !important;
}

.text-primary-red {
  color: #DE0000 !important;
}

.w-300 {
  font-weight: 300 !important;
}

.w-400 {
  font-weight: 400 !important;
}

.w-500 {
  font-weight: 500 !important;
}

.w-700 {
  font-weight: 700 !important;
}

.w-900 {
  font-weight: 900 !important;
}

::placeholder {
  color: #262626;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #262626;
}

::-ms-input-placeholder {
  color: #262626;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  background: white;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #262626;
  font-variation-settings: "CTGR" 90;
}

::selection {
  color: white;
  background: #f30000;
  opacity: 0.1;
}

a {
  touch-action: manipulation;
  text-decoration: none;
  outline: none;
  transition: 0.3s all;
}
a:hover {
  color: #C00000;
  text-decoration: none;
}

ul,
ol {
  margin-bottom: 20px;
}
ul li,
ol li {
  margin-bottom: 10px;
  position: relative;
}
ul li::marker,
ol li::marker {
  color: #C00000;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

ol li {
  list-style: decimal;
}
ol li::marker {
  color: #262626;
}

h1,
h2,
.widget h3,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  margin: 0 0 12px 0;
  padding: 0;
  position: relative;
  font-variation-settings: "CTGR" 50;
}
h1 a,
h2 a,
.widget h3 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1 {
  font-size: 36px;
  line-height: 46px;
  font-family: "Noto Serif", serif;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  h1,
.h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media all and (max-width: 575px) {
  h1,
.h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

h2, .widget h3,
.h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}
@media all and (max-width: 575px) {
  h2, .widget h3,
.h2 {
    font-size: 22px;
    line-height: 28px;
  }
}

h3,
.h3 {
  font-size: 20px;
  line-height: 30px;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 28px;
}

h5,
.h5 {
  font-size: 16px;
  line-height: 22px;
}

h6,
.h6 {
  font-size: 14px;
  line-height: 22px;
}

p a, blockquote a {
  color: #C00000;
}
p a:hover, blockquote a:hover {
  color: #C00000;
  text-decoration: underline;
}
p:last-child, blockquote:last-child {
  margin-bottom: 0;
}

blockquote {
  padding: 20px 20px 20px 55px;
  margin-bottom: 30px;
  max-width: 100%;
  color: #262626;
  position: relative;
  background: #F7F7F7;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
}
@media all and (max-width: 575px) {
  blockquote {
    padding: 20px 20px 20px 43px;
    margin-bottom: 20px;
  }
}
blockquote::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  width: 5px;
  background: #C00000;
}
@media all and (max-width: 575px) {
  blockquote::before {
    top: 22px;
    bottom: 22px;
    width: 3px;
    left: 20px;
  }
}

label {
  color: #262626;
  font-weight: 500;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #757575;
  opacity: 0.6;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #757575;
  opacity: 0.6;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #757575;
  opacity: 0.6;
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media all and (max-width: 1200px) {
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media all and (max-width: 991px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media all and (max-width: 575px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.container {
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1600px) {
  .container {
    max-width: 95%;
  }
}
@media all and (max-width: 575px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-sm {
  max-width: 1400px;
}
@media (max-width: 1600px) {
  .container-sm {
    max-width: 95%;
  }
}
@media all and (max-width: 575px) {
  .container-sm {
    max-width: 100%;
    width: 100%;
  }
}

.container-xs {
  max-width: 1000px;
}
@media all and (max-width: 575px) {
  .container-xs {
    max-width: 100%;
    width: 100%;
  }
}

.scroll-container {
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }

  #wpadminbar #wp-admin-bar-customize > .ab-item, #wpadminbar #wp-admin-bar-edit > .ab-item, #wpadminbar #wp-admin-bar-my-account > .ab-item, #wpadminbar #wp-admin-bar-my-sites > .ab-item, #wpadminbar #wp-admin-bar-site-editor > .ab-item, #wpadminbar #wp-admin-bar-site-name > .ab-item {
    width: 38px;
  }

  #wpadminbar #wp-admin-bar-customize > .ab-item, #wpadminbar #wp-admin-bar-edit > .ab-item, #wpadminbar #wp-admin-bar-my-account > .ab-item, #wpadminbar #wp-admin-bar-my-sites > .ab-item, #wpadminbar #wp-admin-bar-site-editor > .ab-item, #wpadminbar #wp-admin-bar-site-name > .ab-item {
    width: 38px;
  }

  #wpadminbar #wp-admin-bar-customize > .ab-item:before, #wpadminbar #wp-admin-bar-edit > .ab-item:before, #wpadminbar #wp-admin-bar-my-account > .ab-item:before, #wpadminbar #wp-admin-bar-my-sites > .ab-item:before, #wpadminbar #wp-admin-bar-site-editor > .ab-item:before, #wpadminbar #wp-admin-bar-site-name > .ab-item:before {
    width: 38px;
  }

  #wpadminbar .ab-icon {
    width: 38px;
  }
}
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
  background-color: rgba(255, 255, 255, 0) !important;
  border: none !important;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.btn, .return-to-shop .wc-backward, input[type=submit], button[type=submit] {
  height: 48px;
  line-height: 48px;
  color: #262626;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  padding: 0px 20px;
  border-radius: 0px;
  vertical-align: baseline;
  transition: 0.3s all;
  position: relative;
  white-space: nowrap;
  background: #F1EFF6;
  border: none;
}
.btn:hover, .return-to-shop .wc-backward:hover, input[type=submit]:hover, button[type=submit]:hover {
  color: white;
  box-shadow: none;
  background-color: #DE0000;
  border-color: #DE0000;
}
.btn:focus, .return-to-shop .wc-backward:focus, input[type=submit]:focus, button[type=submit]:focus {
  color: white;
  box-shadow: none;
  background-color: #DE0000;
  border-color: #DE0000;
}
.btn-link {
  background: none;
  border: none;
  height: initial;
  font-size: 14px;
  line-height: 20px;
  color: #DE0000;
  padding: 0;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s all;
}
.btn-link::after {
  content: "";
  display: inline-block;
  position: relative;
  height: 10px;
  width: 7px;
  background: url(../btn-angle-right-14.html) no-repeat center/contain;
  margin-left: 5px;
}
.btn-link:hover {
  background: none;
  color: #DE0000;
  text-decoration: underline;
}
.btn-link:focus {
  background: none;
  color: #DE0000;
  text-decoration: underline;
}
.btn-link-arrow {
  background: none;
  border: none;
  height: initial;
  font-size: 14px;
  line-height: 20px;
  color: #DE0000;
  padding: 0;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s all;
  white-space: normal;
  text-align: left;
}
.btn-link-arrow::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  background: url(../svg/submit-button-arrow-right-red-14.svg) no-repeat center/contain;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.btn-link-arrow:hover {
  background: none;
  color: #DE0000;
  text-decoration: none;
}
.btn-link-arrow:focus {
  background: none;
  color: #DE0000;
  text-decoration: none;
}
.btn-link-arrow:active {
  background: none;
  color: #DE0000 !important;
  text-decoration: none;
}
.btn-red {
  background: #DE0000;
  border-color: #DE0000;
  color: white;
  font-size: 14px;
}
.btn-red:hover, .btn-red:focus {
  background: #262626;
  border-color: #262626;
}
.btn-msg {
  background: #1E60E1;
  border: none;
  border-radius: 50px;
  color: white;
  padding: 0 16px;
  font-weight: 500;
  height: 36px;
  line-height: 36px;
}
.btn-msg::before {
  content: "";
  display: inline-block;
  position: relative;
  height: 16px;
  width: 16px;
  background: url(../icon-chat-green-14.html) no-repeat center/contain;
  margin-right: 10px;
  top: 3px;
}
.btn-msg:hover {
  background: #184db4;
  border: none;
}
.btn-msg:hover::before {
  filter: brightness(0) invert(1);
}
.btn-msg:focus {
  background: #184db4;
  border: none;
}
.btn-msg:focus::before {
  filter: brightness(0) invert(1);
}
.btn-message {
  background: #1E60E1;
  border: none;
  color: white;
  line-height: 40px;
  min-width: 140px;
}
@media all and (max-width: 575px) {
  .btn-message {
    min-width: auto;
    margin-right: 16px !important;
  }
}
.btn-message:hover {
  background: #184db4;
  color: white;
  border: none;
}
.btn-message:focus {
  background: #184db4;
  color: white;
  border: none;
}
.btn-subscribe {
  padding: 0 16px;
  background: #D2AC48;
  border-color: #D2AC48;
  color: white;
}
.btn-subscribe::before {
  content: "";
  display: inline-block;
  position: relative;
  height: 14px;
  width: 14px;
  background: url(../icon-subscribe-bell-14.html) no-repeat center/contain;
  margin-right: 10px;
  top: 2px;
}
.btn-subscribed {
  padding: 0 16px;
  background: #00a86b;
  border-color: #00a86b;
  color: white;
  cursor: default;
}
.btn-subscribed::before {
  content: "";
  display: inline-block;
  position: relative;
  height: 14px;
  width: 14px;
  background: url(../icon-subscribe-tick-14.html) no-repeat center/contain;
  margin-right: 10px;
  top: 2px;
  filter: brightness(0) invert(1);
}
.btn-subscribed:hover {
  background: #00a86b;
  border-color: #00a86b;
  color: white;
}
.btn-subscribed:focus {
  background: #00a86b;
  border-color: #00a86b;
  color: white;
}
.btn-download {
  border: 1px solid #757575;
  background: transparent;
  color: #262626;
  width: max-content;
  height: 40px;
  line-height: 38px;
  font-weight: 500;
}
.btn-download::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
  background: url(../svg/submit-button-arrow-right-14.svg) no-repeat center/contain;
  margin-left: 10px;
  filter: brightness(0.3);
}
.btn-download:active::after {
  filter: brightness(0.3);
}
.btn-download:hover::after, .btn-download:focus::after {
  filter: none;
}
.btn-read-more {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  height: auto;
  background: transparent !important;
  border: 0;
  padding: 0;
  color: #262626 !important;
}
.btn-read-more::before {
  content: "";
  position: absolute;
  left: 0;
  right: 17px;
  bottom: 0px;
  height: 2px;
  background: #262626;
}
.btn-read-more::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  background: url(../svg/btn-down-arrow-14.svg) no-repeat center/contain;
  margin-left: 6px;
  transition: 0.3s all;
}
.btn-read-more:hover::after {
  transform: rotate(-90deg);
}
.btn-read-more:focus::after {
  transform: rotate(-90deg);
}
.btn-contact {
  height: 36px;
  line-height: 34px;
  padding: 0 18px;
  color: #C00000;
  background: transparent !important;
  border: 1px solid #C00000;
}
.btn-contact::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../svg/contact-btn-down-arrow-14.svg) no-repeat center/contain;
  margin-left: 11px;
  position: relative;
  top: 2px;
  transition: 0.3s all;
}
.btn-contact:hover {
  border-color: #000;
  color: #000;
}
.btn-contact:hover::after {
  filter: brightness(0);
}
.btn-contact:focus {
  border-color: #000;
  color: #000;
}
.btn-contact:focus::after {
  filter: brightness(0);
}
.btn-sign-up {
  height: 36px;
  line-height: 34px;
  padding: 0 18px;
  color: #ffffff;
  background: #C00000;
  border: 1px solid #C00000;
}
.btn-sign-up::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../svg/signup-btn-icon-14.svg) no-repeat center/contain;
  margin-right: 10px;
  position: relative;
  top: 2px;
  filter: brightness(0) invert(1);
  transition: 0.3s all;
}
.btn-sign-up:hover {
  background: #000;
  border-color: #000;
  color: #ffffff;
}
.btn-sign-up:focus {
  background: #000;
  border-color: #000;
  color: #ffffff;
}
.btn-sign-up:active {
  background: #000;
  border-color: #000;
  color: #ffffff;
}
.btn-outline-black {
  height: 40px;
  line-height: 38px;
  color: #262626;
  background: transparent;
  border: 1px solid #757575;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.02em;
}
.btn-outline-black::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  background: url(../svg/btn-right-arrow-big-14.svg) no-repeat center/contain;
  margin-left: 10px;
  position: relative;
  top: 2px;
  transition: 0.3s all;
}
.btn-outline-black:hover {
  background: #C00000;
}
.btn-outline-black:hover::after {
  filter: brightness(0) invert(1);
}
.btn-outline-black:focus {
  background: #C00000;
}
.btn-outline-black:focus::after {
  filter: brightness(0) invert(1);
}
.btn-outline-black:active {
  background: #C00000;
}
.btn-outline-black:active::after {
  filter: brightness(0) invert(1);
}
.btn-primary {
  background: #C00000;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #000;
}
.btn-big {
  height: 50px;
  line-height: 50px;
}
.btn-right-arrow::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../svg/submit-button-arrow-right-14.svg) no-repeat center/contain;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.btn-view-all {
  line-height: 24px;
  color: #262626;
  background: transparent;
  padding: 0;
  height: auto;
}
@media all and (max-width: 575px) {
  .btn-view-all {
    font-size: 14px;
  }
}
.btn-view-all::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../svg/view-all-btn-arrow-14.svg) no-repeat center/contain;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
@media all and (max-width: 575px) {
  .btn-view-all::after {
    width: 14px;
    height: 14px;
  }
}
.btn-view-all:hover {
  color: #262626;
  background: transparent;
}
.btn-view-all:focus {
  color: #262626;
  background: transparent;
}

input[type=submit], button[type=submit] {
  padding: 0 20px !important;
  height: 50px !important;
  line-height: 50px !important;
  background: #C00000 !important;
  color: #FFFFFF !important;
}
input[type=submit]:hover, button[type=submit]:hover {
  background: #000 !important;
}

textarea, select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=number], input[type=email] {
  width: 100%;
  height: 46px;
  border: 1px solid #E8E8E8 !important;
  background-color: #F4F5F6 !important;
  padding: 0 20px !important;
  border-radius: 0px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  font-family: "Inter", sans-serif !important;
  color: #757575;
  transition: 0.3s ease-in-out;
  outline: none;
  position: relative;
}

textarea:focus, select:focus, input[type=week]:focus, input[type=time]:focus, input[type=month]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=date]:focus, input[type=color]:focus, input[type=url]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=password]:focus, input[type=select]:focus, input[type=number]:focus, input[type=email]:focus {
  color: #262626 !important;
}

input[type=email]:focus {
  border-color: #F4F5F6 !important;
  background-color: #F4F5F6 !important;
  box-shadow: none !important;
}

input[type=number]:focus {
  border-color: #F4F5F6 !important;
  background-color: #F4F5F6 !important;
  box-shadow: none !important;
}

input[type=select]:focus {
  border-color: #F4F5F6 !important;
  background-color: #F4F5F6 !important;
  box-shadow: none !important;
}

input[type=password]:focus {
  border-color: #F4F5F6 !important;
  background-color: #F4F5F6 !important;
  box-shadow: none !important;
}

input[type=search]:focus {
  border-color: #F4F5F6 !important;
  background-color: #F4F5F6 !important;
  box-shadow: none !important;
}

input[type=tel]:focus {
  border-color: #F4F5F6 !important;
  background-color: #F4F5F6 !important;
  box-shadow: none !important;
}

input[type=text]:focus {
  border-color: #F4F5F6 !important;
  background-color: #F4F5F6 !important;
  box-shadow: none !important;
}

input[type=url]:focus {
  border-color: #F4F5F6 !important;
  background-color: #F4F5F6 !important;
  box-shadow: none !important;
}

input[type=color]:focus {
  border-color: #F4F5F6 !important;
  background-color: #F4F5F6 !important;
  box-shadow: none !important;
}

input[type=date]:focus {
  border-color: #F4F5F6 !important;
  background-color: #F4F5F6 !important;
  box-shadow: none !important;
}

input[type=datetime]:focus {
  border-color: #F4F5F6 !important;
  background-color: #F4F5F6 !important;
  box-shadow: none !important;
}

input[type=datetime-local]:focus {
  border-color: #F4F5F6 !important;
  background-color: #F4F5F6 !important;
  box-shadow: none !important;
}

input[type=month]:focus {
  border-color: #F4F5F6 !important;
  background-color: #F4F5F6 !important;
  box-shadow: none !important;
}

input[type=time]:focus {
  border-color: #F4F5F6 !important;
  background-color: #F4F5F6 !important;
  box-shadow: none !important;
}

input[type=week]:focus {
  border-color: #F4F5F6 !important;
  background-color: #F4F5F6 !important;
  box-shadow: none !important;
}

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #F4F5F6 !important;
  border-color: transparent !important;
  border-radius: 0px !important;
  background-image: url(../svg/select-arrow-14.svg) !important;
  background-size: 10px !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
}
select:focus {
  border-color: #F4F5F6 !important;
  color: #262626 !important;
  background-color: #F4F5F6;
  box-shadow: none !important;
}

textarea {
  background-color: #F4F5F6 !important;
  border-color: #F4F5F6 !important;
  border-radius: 0px !important;
  height: 160px !important;
  resize: none;
  color: #262626 !important;
  padding: 12px !important;
}
textarea:focus {
  border-color: #F4F5F6 !important;
  color: #262626 !important;
  background-color: #F4F5F6 !important;
  box-shadow: none !important;
}

input[type=checkbox] {
  appearance: none;
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
}
input[type=checkbox] + label {
  padding: 0 0 0 32px !important;
  color: #262626 !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  font-family: "Inter", sans-serif !important;
  position: relative !important;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
  vertical-align: text-top;
}
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #F4F5F6;
  border: 1px solid #E1E1E1;
  border-radius: 0px;
  left: 0;
  top: 2px;
}
input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 10px;
  height: 8px;
  background: url(../svg/checkbox-tick-14.svg) no-repeat center/contain;
  display: none;
}
input[type=checkbox]:checked + label {
  color: #262626 !important;
  font-weight: 400 !important;
  user-select: none;
  -webkit-user-select: none;
}
input[type=checkbox]:checked + label:before {
  background-color: rgba(222, 0, 0, 0.1) !important;
  border: none;
}
input[type=checkbox]:checked + label:after {
  display: block;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
  text-indent: -9999px !important;
}
input[type=radio] + label {
  padding: 0 0 0 30px !important;
  color: #262626 !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  font-family: "Inter", sans-serif !important;
  position: relative !important;
  letter-spacing: -0.02em !important;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #262626;
  left: 0;
  top: 0px;
  border-radius: 50%;
}
input[type=radio] + label:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #DE0000 !important;
  left: 6px;
  top: 6px;
  border-radius: 50%;
  display: none;
}
input[type=radio]:checked + label {
  font-weight: 400 !important;
  user-select: none;
}
input[type=radio]:checked + label:before {
  border-color: #DE0000 !important;
}
input[type=radio]:checked + label:after {
  display: block;
}

.input-wrapper {
  margin-bottom: 30px;
}
.input-wrapper label {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
  letter-spacing: -0.02em !important;
  text-transform: capitalize !important;
  color: #262626 !important;
  margin-bottom: 10px !important;
}
.input-wrapper label sup {
  color: #ff2323;
  top: -1px;
  font-size: 15px;
  margin-left: 1px;
}
.input-wrapper .w-400 {
  font-weight: 400 !important;
}
.input-wrapper .w-500 {
  font-weight: 500 !important;
}
.input-wrapper .w-600 {
  font-weight: 600 !important;
}
.input-wrapper .m-0 {
  margin: 0 !important;
}

div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio] {
  display: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}

.card-bg div.wpforms-container-full .wpforms-form .wpforms-field textarea {
  padding-top: 10px !important;
}

.bg-light-grey {
  background: #F1EFF6 !important;
}

.border {
  border: 1px solid #E1E1E1 !important;
}

.border-top {
  border-top: 1px solid #E1E1E1 !important;
}

.border-bottom {
  border-bottom: 1px solid #E1E1E1 !important;
}

.border-left {
  border-left: 1px solid #E1E1E1 !important;
}

.border-right {
  border-right: 1px solid #E1E1E1 !important;
}

.card-bg {
  background: #F3F3F3 !important;
}
.card-bg textarea, .card-bg select, .card-bg input[type=week], .card-bg input[type=time], .card-bg input[type=month], .card-bg input[type=datetime-local], .card-bg input[type=datetime], .card-bg input[type=date], .card-bg input[type=color], .card-bg input[type=url], .card-bg input[type=text], .card-bg input[type=tel], .card-bg input[type=search], .card-bg input[type=password], .card-bg input[type=select], .card-bg input[type=number], .card-bg input[type=email] {
  background-color: #ffffff !important;
}

.w-400 {
  font-weight: 400 !important;
}

.w-500 {
  font-weight: 500 !important;
}

.w-600 {
  font-weight: 600 !important;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 0;
}
@media all and (max-width: 1200px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media all and (max-width: 991px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.row > [class*=col] {
  padding-left: 12px;
  padding-right: 12px;
}
@media all and (max-width: 1200px) {
  .row > [class*=col] {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media all and (max-width: 991px) {
  .row > [class*=col] {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.cell-gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.cell-gap-20 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.cell-gap-30 {
  margin-left: -15px;
  margin-right: -15px;
}
@media all and (max-width: 1200px) {
  .cell-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (max-width: 991px) {
  .cell-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.cell-gap-30 > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (max-width: 1200px) {
  .cell-gap-30 > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 991px) {
  .cell-gap-30 > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cell-gap-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.cell-gap-40 > [class*=col] {
  padding-left: 20px;
  padding-right: 20px;
}

.m-0 {
  margin: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt--0 {
  margin-top: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.row-gap-0 {
  row-gap: 0px !important;
}

.col-gap-0 {
  column-gap: 0px !important;
}

.gap-0 {
  gap: 0px !important;
}

.m-2 {
  margin: 2px !important;
}

.mx-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mt--2 {
  margin-top: -2px !important;
}

.p-2 {
  padding: 2px !important;
}

.px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.row-gap-2 {
  row-gap: 2px !important;
}

.col-gap-2 {
  column-gap: 2px !important;
}

.gap-2 {
  gap: 2px !important;
}

.m-4 {
  margin: 4px !important;
}

.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mt--4 {
  margin-top: -4px !important;
}

.p-4 {
  padding: 4px !important;
}

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.row-gap-4 {
  row-gap: 4px !important;
}

.col-gap-4 {
  column-gap: 4px !important;
}

.gap-4 {
  gap: 4px !important;
}

.m-6 {
  margin: 6px !important;
}

.mx-6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.my-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mt--6 {
  margin-top: -6px !important;
}

.p-6 {
  padding: 6px !important;
}

.px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.row-gap-6 {
  row-gap: 6px !important;
}

.col-gap-6 {
  column-gap: 6px !important;
}

.gap-6 {
  gap: 6px !important;
}

.m-8 {
  margin: 8px !important;
}

.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mt--8 {
  margin-top: -8px !important;
}

.p-8 {
  padding: 8px !important;
}

.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.row-gap-8 {
  row-gap: 8px !important;
}

.col-gap-8 {
  column-gap: 8px !important;
}

.gap-8 {
  gap: 8px !important;
}

.m-10 {
  margin: 10px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt--10 {
  margin-top: -10px !important;
}

.p-10 {
  padding: 10px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.row-gap-10 {
  row-gap: 10px !important;
}

.col-gap-10 {
  column-gap: 10px !important;
}

.gap-10 {
  gap: 10px !important;
}

.m-12 {
  margin: 12px !important;
}

.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mt--12 {
  margin-top: -12px !important;
}

.p-12 {
  padding: 12px !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.row-gap-12 {
  row-gap: 12px !important;
}

.col-gap-12 {
  column-gap: 12px !important;
}

.gap-12 {
  gap: 12px !important;
}

.m-14 {
  margin: 14px !important;
}

.mx-14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

.my-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.ml-14 {
  margin-left: 14px !important;
}

.mr-14 {
  margin-right: 14px !important;
}

.mt--14 {
  margin-top: -14px !important;
}

.p-14 {
  padding: 14px !important;
}

.px-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.pl-14 {
  padding-left: 14px !important;
}

.pr-14 {
  padding-right: 14px !important;
}

.row-gap-14 {
  row-gap: 14px !important;
}

.col-gap-14 {
  column-gap: 14px !important;
}

.gap-14 {
  gap: 14px !important;
}

.m-16 {
  margin: 16px !important;
}

.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mt--16 {
  margin-top: -16px !important;
}

.p-16 {
  padding: 16px !important;
}

.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.row-gap-16 {
  row-gap: 16px !important;
}

.col-gap-16 {
  column-gap: 16px !important;
}

.gap-16 {
  gap: 16px !important;
}

.m-18 {
  margin: 18px !important;
}

.mx-18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

.my-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.mt--18 {
  margin-top: -18px !important;
}

.p-18 {
  padding: 18px !important;
}

.px-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pl-18 {
  padding-left: 18px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.row-gap-18 {
  row-gap: 18px !important;
}

.col-gap-18 {
  column-gap: 18px !important;
}

.gap-18 {
  gap: 18px !important;
}

.m-20 {
  margin: 20px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt--20 {
  margin-top: -20px !important;
}

.p-20 {
  padding: 20px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.row-gap-20 {
  row-gap: 20px !important;
}

.col-gap-20 {
  column-gap: 20px !important;
}

.gap-20 {
  gap: 20px !important;
}

.m-22 {
  margin: 22px !important;
}

.mx-22 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}

.my-22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}

.mt-22 {
  margin-top: 22px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.ml-22 {
  margin-left: 22px !important;
}

.mr-22 {
  margin-right: 22px !important;
}

.mt--22 {
  margin-top: -22px !important;
}

.p-22 {
  padding: 22px !important;
}

.px-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.pt-22 {
  padding-top: 22px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.pl-22 {
  padding-left: 22px !important;
}

.pr-22 {
  padding-right: 22px !important;
}

.row-gap-22 {
  row-gap: 22px !important;
}

.col-gap-22 {
  column-gap: 22px !important;
}

.gap-22 {
  gap: 22px !important;
}

.m-24 {
  margin: 24px !important;
}

.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mt--24 {
  margin-top: -24px !important;
}

.p-24 {
  padding: 24px !important;
}

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.row-gap-24 {
  row-gap: 24px !important;
}

.col-gap-24 {
  column-gap: 24px !important;
}

.gap-24 {
  gap: 24px !important;
}

.m-26 {
  margin: 26px !important;
}

.mx-26 {
  margin-left: 26px !important;
  margin-right: 26px !important;
}

.my-26 {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}

.mt-26 {
  margin-top: 26px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.ml-26 {
  margin-left: 26px !important;
}

.mr-26 {
  margin-right: 26px !important;
}

.mt--26 {
  margin-top: -26px !important;
}

.p-26 {
  padding: 26px !important;
}

.px-26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.py-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

.pt-26 {
  padding-top: 26px !important;
}

.pb-26 {
  padding-bottom: 26px !important;
}

.pl-26 {
  padding-left: 26px !important;
}

.pr-26 {
  padding-right: 26px !important;
}

.row-gap-26 {
  row-gap: 26px !important;
}

.col-gap-26 {
  column-gap: 26px !important;
}

.gap-26 {
  gap: 26px !important;
}

.m-28 {
  margin: 28px !important;
}

.mx-28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.my-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.ml-28 {
  margin-left: 28px !important;
}

.mr-28 {
  margin-right: 28px !important;
}

.mt--28 {
  margin-top: -28px !important;
}

.p-28 {
  padding: 28px !important;
}

.px-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pl-28 {
  padding-left: 28px !important;
}

.pr-28 {
  padding-right: 28px !important;
}

.row-gap-28 {
  row-gap: 28px !important;
}

.col-gap-28 {
  column-gap: 28px !important;
}

.gap-28 {
  gap: 28px !important;
}

.m-30 {
  margin: 30px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt--30 {
  margin-top: -30px !important;
}

.p-30 {
  padding: 30px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.row-gap-30 {
  row-gap: 30px !important;
}

.col-gap-30 {
  column-gap: 30px !important;
}

.gap-30 {
  gap: 30px !important;
}

.m-32 {
  margin: 32px !important;
}

.mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mt--32 {
  margin-top: -32px !important;
}

.p-32 {
  padding: 32px !important;
}

.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.row-gap-32 {
  row-gap: 32px !important;
}

.col-gap-32 {
  column-gap: 32px !important;
}

.gap-32 {
  gap: 32px !important;
}

.m-34 {
  margin: 34px !important;
}

.mx-34 {
  margin-left: 34px !important;
  margin-right: 34px !important;
}

.my-34 {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}

.mt-34 {
  margin-top: 34px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.ml-34 {
  margin-left: 34px !important;
}

.mr-34 {
  margin-right: 34px !important;
}

.mt--34 {
  margin-top: -34px !important;
}

.p-34 {
  padding: 34px !important;
}

.px-34 {
  padding-left: 34px !important;
  padding-right: 34px !important;
}

.py-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.pt-34 {
  padding-top: 34px !important;
}

.pb-34 {
  padding-bottom: 34px !important;
}

.pl-34 {
  padding-left: 34px !important;
}

.pr-34 {
  padding-right: 34px !important;
}

.row-gap-34 {
  row-gap: 34px !important;
}

.col-gap-34 {
  column-gap: 34px !important;
}

.gap-34 {
  gap: 34px !important;
}

.m-36 {
  margin: 36px !important;
}

.mx-36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

.my-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.ml-36 {
  margin-left: 36px !important;
}

.mr-36 {
  margin-right: 36px !important;
}

.mt--36 {
  margin-top: -36px !important;
}

.p-36 {
  padding: 36px !important;
}

.px-36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.pt-36 {
  padding-top: 36px !important;
}

.pb-36 {
  padding-bottom: 36px !important;
}

.pl-36 {
  padding-left: 36px !important;
}

.pr-36 {
  padding-right: 36px !important;
}

.row-gap-36 {
  row-gap: 36px !important;
}

.col-gap-36 {
  column-gap: 36px !important;
}

.gap-36 {
  gap: 36px !important;
}

.m-38 {
  margin: 38px !important;
}

.mx-38 {
  margin-left: 38px !important;
  margin-right: 38px !important;
}

.my-38 {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}

.mt-38 {
  margin-top: 38px !important;
}

.mb-38 {
  margin-bottom: 38px !important;
}

.ml-38 {
  margin-left: 38px !important;
}

.mr-38 {
  margin-right: 38px !important;
}

.mt--38 {
  margin-top: -38px !important;
}

.p-38 {
  padding: 38px !important;
}

.px-38 {
  padding-left: 38px !important;
  padding-right: 38px !important;
}

.py-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

.pt-38 {
  padding-top: 38px !important;
}

.pb-38 {
  padding-bottom: 38px !important;
}

.pl-38 {
  padding-left: 38px !important;
}

.pr-38 {
  padding-right: 38px !important;
}

.row-gap-38 {
  row-gap: 38px !important;
}

.col-gap-38 {
  column-gap: 38px !important;
}

.gap-38 {
  gap: 38px !important;
}

.m-40 {
  margin: 40px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt--40 {
  margin-top: -40px !important;
}

.p-40 {
  padding: 40px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.row-gap-40 {
  row-gap: 40px !important;
}

.col-gap-40 {
  column-gap: 40px !important;
}

.gap-40 {
  gap: 40px !important;
}

.m-42 {
  margin: 42px !important;
}

.mx-42 {
  margin-left: 42px !important;
  margin-right: 42px !important;
}

.my-42 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

.mt-42 {
  margin-top: 42px !important;
}

.mb-42 {
  margin-bottom: 42px !important;
}

.ml-42 {
  margin-left: 42px !important;
}

.mr-42 {
  margin-right: 42px !important;
}

.mt--42 {
  margin-top: -42px !important;
}

.p-42 {
  padding: 42px !important;
}

.px-42 {
  padding-left: 42px !important;
  padding-right: 42px !important;
}

.py-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.pt-42 {
  padding-top: 42px !important;
}

.pb-42 {
  padding-bottom: 42px !important;
}

.pl-42 {
  padding-left: 42px !important;
}

.pr-42 {
  padding-right: 42px !important;
}

.row-gap-42 {
  row-gap: 42px !important;
}

.col-gap-42 {
  column-gap: 42px !important;
}

.gap-42 {
  gap: 42px !important;
}

.m-44 {
  margin: 44px !important;
}

.mx-44 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}

.my-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.ml-44 {
  margin-left: 44px !important;
}

.mr-44 {
  margin-right: 44px !important;
}

.mt--44 {
  margin-top: -44px !important;
}

.p-44 {
  padding: 44px !important;
}

.px-44 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

.py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.pt-44 {
  padding-top: 44px !important;
}

.pb-44 {
  padding-bottom: 44px !important;
}

.pl-44 {
  padding-left: 44px !important;
}

.pr-44 {
  padding-right: 44px !important;
}

.row-gap-44 {
  row-gap: 44px !important;
}

.col-gap-44 {
  column-gap: 44px !important;
}

.gap-44 {
  gap: 44px !important;
}

.m-46 {
  margin: 46px !important;
}

.mx-46 {
  margin-left: 46px !important;
  margin-right: 46px !important;
}

.my-46 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}

.mt-46 {
  margin-top: 46px !important;
}

.mb-46 {
  margin-bottom: 46px !important;
}

.ml-46 {
  margin-left: 46px !important;
}

.mr-46 {
  margin-right: 46px !important;
}

.mt--46 {
  margin-top: -46px !important;
}

.p-46 {
  padding: 46px !important;
}

.px-46 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}

.py-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

.pt-46 {
  padding-top: 46px !important;
}

.pb-46 {
  padding-bottom: 46px !important;
}

.pl-46 {
  padding-left: 46px !important;
}

.pr-46 {
  padding-right: 46px !important;
}

.row-gap-46 {
  row-gap: 46px !important;
}

.col-gap-46 {
  column-gap: 46px !important;
}

.gap-46 {
  gap: 46px !important;
}

.m-48 {
  margin: 48px !important;
}

.mx-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.mt--48 {
  margin-top: -48px !important;
}

.p-48 {
  padding: 48px !important;
}

.px-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.row-gap-48 {
  row-gap: 48px !important;
}

.col-gap-48 {
  column-gap: 48px !important;
}

.gap-48 {
  gap: 48px !important;
}

.m-50 {
  margin: 50px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mt--50 {
  margin-top: -50px !important;
}

.p-50 {
  padding: 50px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.row-gap-50 {
  row-gap: 50px !important;
}

.col-gap-50 {
  column-gap: 50px !important;
}

.gap-50 {
  gap: 50px !important;
}

.m-52 {
  margin: 52px !important;
}

.mx-52 {
  margin-left: 52px !important;
  margin-right: 52px !important;
}

.my-52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mb-52 {
  margin-bottom: 52px !important;
}

.ml-52 {
  margin-left: 52px !important;
}

.mr-52 {
  margin-right: 52px !important;
}

.mt--52 {
  margin-top: -52px !important;
}

.p-52 {
  padding: 52px !important;
}

.px-52 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}

.py-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.pt-52 {
  padding-top: 52px !important;
}

.pb-52 {
  padding-bottom: 52px !important;
}

.pl-52 {
  padding-left: 52px !important;
}

.pr-52 {
  padding-right: 52px !important;
}

.row-gap-52 {
  row-gap: 52px !important;
}

.col-gap-52 {
  column-gap: 52px !important;
}

.gap-52 {
  gap: 52px !important;
}

.m-54 {
  margin: 54px !important;
}

.mx-54 {
  margin-left: 54px !important;
  margin-right: 54px !important;
}

.my-54 {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}

.mt-54 {
  margin-top: 54px !important;
}

.mb-54 {
  margin-bottom: 54px !important;
}

.ml-54 {
  margin-left: 54px !important;
}

.mr-54 {
  margin-right: 54px !important;
}

.mt--54 {
  margin-top: -54px !important;
}

.p-54 {
  padding: 54px !important;
}

.px-54 {
  padding-left: 54px !important;
  padding-right: 54px !important;
}

.py-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

.pt-54 {
  padding-top: 54px !important;
}

.pb-54 {
  padding-bottom: 54px !important;
}

.pl-54 {
  padding-left: 54px !important;
}

.pr-54 {
  padding-right: 54px !important;
}

.row-gap-54 {
  row-gap: 54px !important;
}

.col-gap-54 {
  column-gap: 54px !important;
}

.gap-54 {
  gap: 54px !important;
}

.m-56 {
  margin: 56px !important;
}

.mx-56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

.mr-56 {
  margin-right: 56px !important;
}

.mt--56 {
  margin-top: -56px !important;
}

.p-56 {
  padding: 56px !important;
}

.px-56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.pl-56 {
  padding-left: 56px !important;
}

.pr-56 {
  padding-right: 56px !important;
}

.row-gap-56 {
  row-gap: 56px !important;
}

.col-gap-56 {
  column-gap: 56px !important;
}

.gap-56 {
  gap: 56px !important;
}

.m-58 {
  margin: 58px !important;
}

.mx-58 {
  margin-left: 58px !important;
  margin-right: 58px !important;
}

.my-58 {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}

.mt-58 {
  margin-top: 58px !important;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.ml-58 {
  margin-left: 58px !important;
}

.mr-58 {
  margin-right: 58px !important;
}

.mt--58 {
  margin-top: -58px !important;
}

.p-58 {
  padding: 58px !important;
}

.px-58 {
  padding-left: 58px !important;
  padding-right: 58px !important;
}

.py-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

.pt-58 {
  padding-top: 58px !important;
}

.pb-58 {
  padding-bottom: 58px !important;
}

.pl-58 {
  padding-left: 58px !important;
}

.pr-58 {
  padding-right: 58px !important;
}

.row-gap-58 {
  row-gap: 58px !important;
}

.col-gap-58 {
  column-gap: 58px !important;
}

.gap-58 {
  gap: 58px !important;
}

.m-60 {
  margin: 60px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mt--60 {
  margin-top: -60px !important;
}

.p-60 {
  padding: 60px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.row-gap-60 {
  row-gap: 60px !important;
}

.col-gap-60 {
  column-gap: 60px !important;
}

.gap-60 {
  gap: 60px !important;
}

.m-62 {
  margin: 62px !important;
}

.mx-62 {
  margin-left: 62px !important;
  margin-right: 62px !important;
}

.my-62 {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.ml-62 {
  margin-left: 62px !important;
}

.mr-62 {
  margin-right: 62px !important;
}

.mt--62 {
  margin-top: -62px !important;
}

.p-62 {
  padding: 62px !important;
}

.px-62 {
  padding-left: 62px !important;
  padding-right: 62px !important;
}

.py-62 {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}

.pt-62 {
  padding-top: 62px !important;
}

.pb-62 {
  padding-bottom: 62px !important;
}

.pl-62 {
  padding-left: 62px !important;
}

.pr-62 {
  padding-right: 62px !important;
}

.row-gap-62 {
  row-gap: 62px !important;
}

.col-gap-62 {
  column-gap: 62px !important;
}

.gap-62 {
  gap: 62px !important;
}

.m-64 {
  margin: 64px !important;
}

.mx-64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.mt--64 {
  margin-top: -64px !important;
}

.p-64 {
  padding: 64px !important;
}

.px-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.row-gap-64 {
  row-gap: 64px !important;
}

.col-gap-64 {
  column-gap: 64px !important;
}

.gap-64 {
  gap: 64px !important;
}

.m-66 {
  margin: 66px !important;
}

.mx-66 {
  margin-left: 66px !important;
  margin-right: 66px !important;
}

.my-66 {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}

.mt-66 {
  margin-top: 66px !important;
}

.mb-66 {
  margin-bottom: 66px !important;
}

.ml-66 {
  margin-left: 66px !important;
}

.mr-66 {
  margin-right: 66px !important;
}

.mt--66 {
  margin-top: -66px !important;
}

.p-66 {
  padding: 66px !important;
}

.px-66 {
  padding-left: 66px !important;
  padding-right: 66px !important;
}

.py-66 {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}

.pt-66 {
  padding-top: 66px !important;
}

.pb-66 {
  padding-bottom: 66px !important;
}

.pl-66 {
  padding-left: 66px !important;
}

.pr-66 {
  padding-right: 66px !important;
}

.row-gap-66 {
  row-gap: 66px !important;
}

.col-gap-66 {
  column-gap: 66px !important;
}

.gap-66 {
  gap: 66px !important;
}

.m-68 {
  margin: 68px !important;
}

.mx-68 {
  margin-left: 68px !important;
  margin-right: 68px !important;
}

.my-68 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.mb-68 {
  margin-bottom: 68px !important;
}

.ml-68 {
  margin-left: 68px !important;
}

.mr-68 {
  margin-right: 68px !important;
}

.mt--68 {
  margin-top: -68px !important;
}

.p-68 {
  padding: 68px !important;
}

.px-68 {
  padding-left: 68px !important;
  padding-right: 68px !important;
}

.py-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}

.pt-68 {
  padding-top: 68px !important;
}

.pb-68 {
  padding-bottom: 68px !important;
}

.pl-68 {
  padding-left: 68px !important;
}

.pr-68 {
  padding-right: 68px !important;
}

.row-gap-68 {
  row-gap: 68px !important;
}

.col-gap-68 {
  column-gap: 68px !important;
}

.gap-68 {
  gap: 68px !important;
}

.m-70 {
  margin: 70px !important;
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mt--70 {
  margin-top: -70px !important;
}

.p-70 {
  padding: 70px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.row-gap-70 {
  row-gap: 70px !important;
}

.col-gap-70 {
  column-gap: 70px !important;
}

.gap-70 {
  gap: 70px !important;
}

.m-72 {
  margin: 72px !important;
}

.mx-72 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.my-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.ml-72 {
  margin-left: 72px !important;
}

.mr-72 {
  margin-right: 72px !important;
}

.mt--72 {
  margin-top: -72px !important;
}

.p-72 {
  padding: 72px !important;
}

.px-72 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.py-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.pt-72 {
  padding-top: 72px !important;
}

.pb-72 {
  padding-bottom: 72px !important;
}

.pl-72 {
  padding-left: 72px !important;
}

.pr-72 {
  padding-right: 72px !important;
}

.row-gap-72 {
  row-gap: 72px !important;
}

.col-gap-72 {
  column-gap: 72px !important;
}

.gap-72 {
  gap: 72px !important;
}

.m-74 {
  margin: 74px !important;
}

.mx-74 {
  margin-left: 74px !important;
  margin-right: 74px !important;
}

.my-74 {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}

.mt-74 {
  margin-top: 74px !important;
}

.mb-74 {
  margin-bottom: 74px !important;
}

.ml-74 {
  margin-left: 74px !important;
}

.mr-74 {
  margin-right: 74px !important;
}

.mt--74 {
  margin-top: -74px !important;
}

.p-74 {
  padding: 74px !important;
}

.px-74 {
  padding-left: 74px !important;
  padding-right: 74px !important;
}

.py-74 {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}

.pt-74 {
  padding-top: 74px !important;
}

.pb-74 {
  padding-bottom: 74px !important;
}

.pl-74 {
  padding-left: 74px !important;
}

.pr-74 {
  padding-right: 74px !important;
}

.row-gap-74 {
  row-gap: 74px !important;
}

.col-gap-74 {
  column-gap: 74px !important;
}

.gap-74 {
  gap: 74px !important;
}

.m-76 {
  margin: 76px !important;
}

.mx-76 {
  margin-left: 76px !important;
  margin-right: 76px !important;
}

.my-76 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

.mb-76 {
  margin-bottom: 76px !important;
}

.ml-76 {
  margin-left: 76px !important;
}

.mr-76 {
  margin-right: 76px !important;
}

.mt--76 {
  margin-top: -76px !important;
}

.p-76 {
  padding: 76px !important;
}

.px-76 {
  padding-left: 76px !important;
  padding-right: 76px !important;
}

.py-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

.pt-76 {
  padding-top: 76px !important;
}

.pb-76 {
  padding-bottom: 76px !important;
}

.pl-76 {
  padding-left: 76px !important;
}

.pr-76 {
  padding-right: 76px !important;
}

.row-gap-76 {
  row-gap: 76px !important;
}

.col-gap-76 {
  column-gap: 76px !important;
}

.gap-76 {
  gap: 76px !important;
}

.m-78 {
  margin: 78px !important;
}

.mx-78 {
  margin-left: 78px !important;
  margin-right: 78px !important;
}

.my-78 {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}

.mt-78 {
  margin-top: 78px !important;
}

.mb-78 {
  margin-bottom: 78px !important;
}

.ml-78 {
  margin-left: 78px !important;
}

.mr-78 {
  margin-right: 78px !important;
}

.mt--78 {
  margin-top: -78px !important;
}

.p-78 {
  padding: 78px !important;
}

.px-78 {
  padding-left: 78px !important;
  padding-right: 78px !important;
}

.py-78 {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}

.pt-78 {
  padding-top: 78px !important;
}

.pb-78 {
  padding-bottom: 78px !important;
}

.pl-78 {
  padding-left: 78px !important;
}

.pr-78 {
  padding-right: 78px !important;
}

.row-gap-78 {
  row-gap: 78px !important;
}

.col-gap-78 {
  column-gap: 78px !important;
}

.gap-78 {
  gap: 78px !important;
}

.m-80 {
  margin: 80px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mt--80 {
  margin-top: -80px !important;
}

.p-80 {
  padding: 80px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.row-gap-80 {
  row-gap: 80px !important;
}

.col-gap-80 {
  column-gap: 80px !important;
}

.gap-80 {
  gap: 80px !important;
}

.m-82 {
  margin: 82px !important;
}

.mx-82 {
  margin-left: 82px !important;
  margin-right: 82px !important;
}

.my-82 {
  margin-top: 82px !important;
  margin-bottom: 82px !important;
}

.mt-82 {
  margin-top: 82px !important;
}

.mb-82 {
  margin-bottom: 82px !important;
}

.ml-82 {
  margin-left: 82px !important;
}

.mr-82 {
  margin-right: 82px !important;
}

.mt--82 {
  margin-top: -82px !important;
}

.p-82 {
  padding: 82px !important;
}

.px-82 {
  padding-left: 82px !important;
  padding-right: 82px !important;
}

.py-82 {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}

.pt-82 {
  padding-top: 82px !important;
}

.pb-82 {
  padding-bottom: 82px !important;
}

.pl-82 {
  padding-left: 82px !important;
}

.pr-82 {
  padding-right: 82px !important;
}

.row-gap-82 {
  row-gap: 82px !important;
}

.col-gap-82 {
  column-gap: 82px !important;
}

.gap-82 {
  gap: 82px !important;
}

.m-84 {
  margin: 84px !important;
}

.mx-84 {
  margin-left: 84px !important;
  margin-right: 84px !important;
}

.my-84 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.mb-84 {
  margin-bottom: 84px !important;
}

.ml-84 {
  margin-left: 84px !important;
}

.mr-84 {
  margin-right: 84px !important;
}

.mt--84 {
  margin-top: -84px !important;
}

.p-84 {
  padding: 84px !important;
}

.px-84 {
  padding-left: 84px !important;
  padding-right: 84px !important;
}

.py-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}

.pt-84 {
  padding-top: 84px !important;
}

.pb-84 {
  padding-bottom: 84px !important;
}

.pl-84 {
  padding-left: 84px !important;
}

.pr-84 {
  padding-right: 84px !important;
}

.row-gap-84 {
  row-gap: 84px !important;
}

.col-gap-84 {
  column-gap: 84px !important;
}

.gap-84 {
  gap: 84px !important;
}

.m-86 {
  margin: 86px !important;
}

.mx-86 {
  margin-left: 86px !important;
  margin-right: 86px !important;
}

.my-86 {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}

.mt-86 {
  margin-top: 86px !important;
}

.mb-86 {
  margin-bottom: 86px !important;
}

.ml-86 {
  margin-left: 86px !important;
}

.mr-86 {
  margin-right: 86px !important;
}

.mt--86 {
  margin-top: -86px !important;
}

.p-86 {
  padding: 86px !important;
}

.px-86 {
  padding-left: 86px !important;
  padding-right: 86px !important;
}

.py-86 {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}

.pt-86 {
  padding-top: 86px !important;
}

.pb-86 {
  padding-bottom: 86px !important;
}

.pl-86 {
  padding-left: 86px !important;
}

.pr-86 {
  padding-right: 86px !important;
}

.row-gap-86 {
  row-gap: 86px !important;
}

.col-gap-86 {
  column-gap: 86px !important;
}

.gap-86 {
  gap: 86px !important;
}

.m-88 {
  margin: 88px !important;
}

.mx-88 {
  margin-left: 88px !important;
  margin-right: 88px !important;
}

.my-88 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mb-88 {
  margin-bottom: 88px !important;
}

.ml-88 {
  margin-left: 88px !important;
}

.mr-88 {
  margin-right: 88px !important;
}

.mt--88 {
  margin-top: -88px !important;
}

.p-88 {
  padding: 88px !important;
}

.px-88 {
  padding-left: 88px !important;
  padding-right: 88px !important;
}

.py-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.pt-88 {
  padding-top: 88px !important;
}

.pb-88 {
  padding-bottom: 88px !important;
}

.pl-88 {
  padding-left: 88px !important;
}

.pr-88 {
  padding-right: 88px !important;
}

.row-gap-88 {
  row-gap: 88px !important;
}

.col-gap-88 {
  column-gap: 88px !important;
}

.gap-88 {
  gap: 88px !important;
}

.m-90 {
  margin: 90px !important;
}

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mt--90 {
  margin-top: -90px !important;
}

.p-90 {
  padding: 90px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.row-gap-90 {
  row-gap: 90px !important;
}

.col-gap-90 {
  column-gap: 90px !important;
}

.gap-90 {
  gap: 90px !important;
}

.m-92 {
  margin: 92px !important;
}

.mx-92 {
  margin-left: 92px !important;
  margin-right: 92px !important;
}

.my-92 {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}

.mt-92 {
  margin-top: 92px !important;
}

.mb-92 {
  margin-bottom: 92px !important;
}

.ml-92 {
  margin-left: 92px !important;
}

.mr-92 {
  margin-right: 92px !important;
}

.mt--92 {
  margin-top: -92px !important;
}

.p-92 {
  padding: 92px !important;
}

.px-92 {
  padding-left: 92px !important;
  padding-right: 92px !important;
}

.py-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

.pt-92 {
  padding-top: 92px !important;
}

.pb-92 {
  padding-bottom: 92px !important;
}

.pl-92 {
  padding-left: 92px !important;
}

.pr-92 {
  padding-right: 92px !important;
}

.row-gap-92 {
  row-gap: 92px !important;
}

.col-gap-92 {
  column-gap: 92px !important;
}

.gap-92 {
  gap: 92px !important;
}

.m-94 {
  margin: 94px !important;
}

.mx-94 {
  margin-left: 94px !important;
  margin-right: 94px !important;
}

.my-94 {
  margin-top: 94px !important;
  margin-bottom: 94px !important;
}

.mt-94 {
  margin-top: 94px !important;
}

.mb-94 {
  margin-bottom: 94px !important;
}

.ml-94 {
  margin-left: 94px !important;
}

.mr-94 {
  margin-right: 94px !important;
}

.mt--94 {
  margin-top: -94px !important;
}

.p-94 {
  padding: 94px !important;
}

.px-94 {
  padding-left: 94px !important;
  padding-right: 94px !important;
}

.py-94 {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}

.pt-94 {
  padding-top: 94px !important;
}

.pb-94 {
  padding-bottom: 94px !important;
}

.pl-94 {
  padding-left: 94px !important;
}

.pr-94 {
  padding-right: 94px !important;
}

.row-gap-94 {
  row-gap: 94px !important;
}

.col-gap-94 {
  column-gap: 94px !important;
}

.gap-94 {
  gap: 94px !important;
}

.m-96 {
  margin: 96px !important;
}

.mx-96 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.my-96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.ml-96 {
  margin-left: 96px !important;
}

.mr-96 {
  margin-right: 96px !important;
}

.mt--96 {
  margin-top: -96px !important;
}

.p-96 {
  padding: 96px !important;
}

.px-96 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.py-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.pt-96 {
  padding-top: 96px !important;
}

.pb-96 {
  padding-bottom: 96px !important;
}

.pl-96 {
  padding-left: 96px !important;
}

.pr-96 {
  padding-right: 96px !important;
}

.row-gap-96 {
  row-gap: 96px !important;
}

.col-gap-96 {
  column-gap: 96px !important;
}

.gap-96 {
  gap: 96px !important;
}

.m-98 {
  margin: 98px !important;
}

.mx-98 {
  margin-left: 98px !important;
  margin-right: 98px !important;
}

.my-98 {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}

.mt-98 {
  margin-top: 98px !important;
}

.mb-98 {
  margin-bottom: 98px !important;
}

.ml-98 {
  margin-left: 98px !important;
}

.mr-98 {
  margin-right: 98px !important;
}

.mt--98 {
  margin-top: -98px !important;
}

.p-98 {
  padding: 98px !important;
}

.px-98 {
  padding-left: 98px !important;
  padding-right: 98px !important;
}

.py-98 {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}

.pt-98 {
  padding-top: 98px !important;
}

.pb-98 {
  padding-bottom: 98px !important;
}

.pl-98 {
  padding-left: 98px !important;
}

.pr-98 {
  padding-right: 98px !important;
}

.row-gap-98 {
  row-gap: 98px !important;
}

.col-gap-98 {
  column-gap: 98px !important;
}

.gap-98 {
  gap: 98px !important;
}

.m-100 {
  margin: 100px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mt--100 {
  margin-top: -100px !important;
}

.p-100 {
  padding: 100px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.row-gap-100 {
  row-gap: 100px !important;
}

.col-gap-100 {
  column-gap: 100px !important;
}

.gap-100 {
  gap: 100px !important;
}

.m-102 {
  margin: 102px !important;
}

.mx-102 {
  margin-left: 102px !important;
  margin-right: 102px !important;
}

.my-102 {
  margin-top: 102px !important;
  margin-bottom: 102px !important;
}

.mt-102 {
  margin-top: 102px !important;
}

.mb-102 {
  margin-bottom: 102px !important;
}

.ml-102 {
  margin-left: 102px !important;
}

.mr-102 {
  margin-right: 102px !important;
}

.mt--102 {
  margin-top: -102px !important;
}

.p-102 {
  padding: 102px !important;
}

.px-102 {
  padding-left: 102px !important;
  padding-right: 102px !important;
}

.py-102 {
  padding-top: 102px !important;
  padding-bottom: 102px !important;
}

.pt-102 {
  padding-top: 102px !important;
}

.pb-102 {
  padding-bottom: 102px !important;
}

.pl-102 {
  padding-left: 102px !important;
}

.pr-102 {
  padding-right: 102px !important;
}

.row-gap-102 {
  row-gap: 102px !important;
}

.col-gap-102 {
  column-gap: 102px !important;
}

.gap-102 {
  gap: 102px !important;
}

.m-104 {
  margin: 104px !important;
}

.mx-104 {
  margin-left: 104px !important;
  margin-right: 104px !important;
}

.my-104 {
  margin-top: 104px !important;
  margin-bottom: 104px !important;
}

.mt-104 {
  margin-top: 104px !important;
}

.mb-104 {
  margin-bottom: 104px !important;
}

.ml-104 {
  margin-left: 104px !important;
}

.mr-104 {
  margin-right: 104px !important;
}

.mt--104 {
  margin-top: -104px !important;
}

.p-104 {
  padding: 104px !important;
}

.px-104 {
  padding-left: 104px !important;
  padding-right: 104px !important;
}

.py-104 {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}

.pt-104 {
  padding-top: 104px !important;
}

.pb-104 {
  padding-bottom: 104px !important;
}

.pl-104 {
  padding-left: 104px !important;
}

.pr-104 {
  padding-right: 104px !important;
}

.row-gap-104 {
  row-gap: 104px !important;
}

.col-gap-104 {
  column-gap: 104px !important;
}

.gap-104 {
  gap: 104px !important;
}

.m-106 {
  margin: 106px !important;
}

.mx-106 {
  margin-left: 106px !important;
  margin-right: 106px !important;
}

.my-106 {
  margin-top: 106px !important;
  margin-bottom: 106px !important;
}

.mt-106 {
  margin-top: 106px !important;
}

.mb-106 {
  margin-bottom: 106px !important;
}

.ml-106 {
  margin-left: 106px !important;
}

.mr-106 {
  margin-right: 106px !important;
}

.mt--106 {
  margin-top: -106px !important;
}

.p-106 {
  padding: 106px !important;
}

.px-106 {
  padding-left: 106px !important;
  padding-right: 106px !important;
}

.py-106 {
  padding-top: 106px !important;
  padding-bottom: 106px !important;
}

.pt-106 {
  padding-top: 106px !important;
}

.pb-106 {
  padding-bottom: 106px !important;
}

.pl-106 {
  padding-left: 106px !important;
}

.pr-106 {
  padding-right: 106px !important;
}

.row-gap-106 {
  row-gap: 106px !important;
}

.col-gap-106 {
  column-gap: 106px !important;
}

.gap-106 {
  gap: 106px !important;
}

.m-108 {
  margin: 108px !important;
}

.mx-108 {
  margin-left: 108px !important;
  margin-right: 108px !important;
}

.my-108 {
  margin-top: 108px !important;
  margin-bottom: 108px !important;
}

.mt-108 {
  margin-top: 108px !important;
}

.mb-108 {
  margin-bottom: 108px !important;
}

.ml-108 {
  margin-left: 108px !important;
}

.mr-108 {
  margin-right: 108px !important;
}

.mt--108 {
  margin-top: -108px !important;
}

.p-108 {
  padding: 108px !important;
}

.px-108 {
  padding-left: 108px !important;
  padding-right: 108px !important;
}

.py-108 {
  padding-top: 108px !important;
  padding-bottom: 108px !important;
}

.pt-108 {
  padding-top: 108px !important;
}

.pb-108 {
  padding-bottom: 108px !important;
}

.pl-108 {
  padding-left: 108px !important;
}

.pr-108 {
  padding-right: 108px !important;
}

.row-gap-108 {
  row-gap: 108px !important;
}

.col-gap-108 {
  column-gap: 108px !important;
}

.gap-108 {
  gap: 108px !important;
}

.m-110 {
  margin: 110px !important;
}

.mx-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mt--110 {
  margin-top: -110px !important;
}

.p-110 {
  padding: 110px !important;
}

.px-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.row-gap-110 {
  row-gap: 110px !important;
}

.col-gap-110 {
  column-gap: 110px !important;
}

.gap-110 {
  gap: 110px !important;
}

.m-112 {
  margin: 112px !important;
}

.mx-112 {
  margin-left: 112px !important;
  margin-right: 112px !important;
}

.my-112 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}

.mt-112 {
  margin-top: 112px !important;
}

.mb-112 {
  margin-bottom: 112px !important;
}

.ml-112 {
  margin-left: 112px !important;
}

.mr-112 {
  margin-right: 112px !important;
}

.mt--112 {
  margin-top: -112px !important;
}

.p-112 {
  padding: 112px !important;
}

.px-112 {
  padding-left: 112px !important;
  padding-right: 112px !important;
}

.py-112 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

.pt-112 {
  padding-top: 112px !important;
}

.pb-112 {
  padding-bottom: 112px !important;
}

.pl-112 {
  padding-left: 112px !important;
}

.pr-112 {
  padding-right: 112px !important;
}

.row-gap-112 {
  row-gap: 112px !important;
}

.col-gap-112 {
  column-gap: 112px !important;
}

.gap-112 {
  gap: 112px !important;
}

.m-114 {
  margin: 114px !important;
}

.mx-114 {
  margin-left: 114px !important;
  margin-right: 114px !important;
}

.my-114 {
  margin-top: 114px !important;
  margin-bottom: 114px !important;
}

.mt-114 {
  margin-top: 114px !important;
}

.mb-114 {
  margin-bottom: 114px !important;
}

.ml-114 {
  margin-left: 114px !important;
}

.mr-114 {
  margin-right: 114px !important;
}

.mt--114 {
  margin-top: -114px !important;
}

.p-114 {
  padding: 114px !important;
}

.px-114 {
  padding-left: 114px !important;
  padding-right: 114px !important;
}

.py-114 {
  padding-top: 114px !important;
  padding-bottom: 114px !important;
}

.pt-114 {
  padding-top: 114px !important;
}

.pb-114 {
  padding-bottom: 114px !important;
}

.pl-114 {
  padding-left: 114px !important;
}

.pr-114 {
  padding-right: 114px !important;
}

.row-gap-114 {
  row-gap: 114px !important;
}

.col-gap-114 {
  column-gap: 114px !important;
}

.gap-114 {
  gap: 114px !important;
}

.m-116 {
  margin: 116px !important;
}

.mx-116 {
  margin-left: 116px !important;
  margin-right: 116px !important;
}

.my-116 {
  margin-top: 116px !important;
  margin-bottom: 116px !important;
}

.mt-116 {
  margin-top: 116px !important;
}

.mb-116 {
  margin-bottom: 116px !important;
}

.ml-116 {
  margin-left: 116px !important;
}

.mr-116 {
  margin-right: 116px !important;
}

.mt--116 {
  margin-top: -116px !important;
}

.p-116 {
  padding: 116px !important;
}

.px-116 {
  padding-left: 116px !important;
  padding-right: 116px !important;
}

.py-116 {
  padding-top: 116px !important;
  padding-bottom: 116px !important;
}

.pt-116 {
  padding-top: 116px !important;
}

.pb-116 {
  padding-bottom: 116px !important;
}

.pl-116 {
  padding-left: 116px !important;
}

.pr-116 {
  padding-right: 116px !important;
}

.row-gap-116 {
  row-gap: 116px !important;
}

.col-gap-116 {
  column-gap: 116px !important;
}

.gap-116 {
  gap: 116px !important;
}

.m-118 {
  margin: 118px !important;
}

.mx-118 {
  margin-left: 118px !important;
  margin-right: 118px !important;
}

.my-118 {
  margin-top: 118px !important;
  margin-bottom: 118px !important;
}

.mt-118 {
  margin-top: 118px !important;
}

.mb-118 {
  margin-bottom: 118px !important;
}

.ml-118 {
  margin-left: 118px !important;
}

.mr-118 {
  margin-right: 118px !important;
}

.mt--118 {
  margin-top: -118px !important;
}

.p-118 {
  padding: 118px !important;
}

.px-118 {
  padding-left: 118px !important;
  padding-right: 118px !important;
}

.py-118 {
  padding-top: 118px !important;
  padding-bottom: 118px !important;
}

.pt-118 {
  padding-top: 118px !important;
}

.pb-118 {
  padding-bottom: 118px !important;
}

.pl-118 {
  padding-left: 118px !important;
}

.pr-118 {
  padding-right: 118px !important;
}

.row-gap-118 {
  row-gap: 118px !important;
}

.col-gap-118 {
  column-gap: 118px !important;
}

.gap-118 {
  gap: 118px !important;
}

.m-120 {
  margin: 120px !important;
}

.mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mt--120 {
  margin-top: -120px !important;
}

.p-120 {
  padding: 120px !important;
}

.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.row-gap-120 {
  row-gap: 120px !important;
}

.col-gap-120 {
  column-gap: 120px !important;
}

.gap-120 {
  gap: 120px !important;
}

.m-122 {
  margin: 122px !important;
}

.mx-122 {
  margin-left: 122px !important;
  margin-right: 122px !important;
}

.my-122 {
  margin-top: 122px !important;
  margin-bottom: 122px !important;
}

.mt-122 {
  margin-top: 122px !important;
}

.mb-122 {
  margin-bottom: 122px !important;
}

.ml-122 {
  margin-left: 122px !important;
}

.mr-122 {
  margin-right: 122px !important;
}

.mt--122 {
  margin-top: -122px !important;
}

.p-122 {
  padding: 122px !important;
}

.px-122 {
  padding-left: 122px !important;
  padding-right: 122px !important;
}

.py-122 {
  padding-top: 122px !important;
  padding-bottom: 122px !important;
}

.pt-122 {
  padding-top: 122px !important;
}

.pb-122 {
  padding-bottom: 122px !important;
}

.pl-122 {
  padding-left: 122px !important;
}

.pr-122 {
  padding-right: 122px !important;
}

.row-gap-122 {
  row-gap: 122px !important;
}

.col-gap-122 {
  column-gap: 122px !important;
}

.gap-122 {
  gap: 122px !important;
}

.m-124 {
  margin: 124px !important;
}

.mx-124 {
  margin-left: 124px !important;
  margin-right: 124px !important;
}

.my-124 {
  margin-top: 124px !important;
  margin-bottom: 124px !important;
}

.mt-124 {
  margin-top: 124px !important;
}

.mb-124 {
  margin-bottom: 124px !important;
}

.ml-124 {
  margin-left: 124px !important;
}

.mr-124 {
  margin-right: 124px !important;
}

.mt--124 {
  margin-top: -124px !important;
}

.p-124 {
  padding: 124px !important;
}

.px-124 {
  padding-left: 124px !important;
  padding-right: 124px !important;
}

.py-124 {
  padding-top: 124px !important;
  padding-bottom: 124px !important;
}

.pt-124 {
  padding-top: 124px !important;
}

.pb-124 {
  padding-bottom: 124px !important;
}

.pl-124 {
  padding-left: 124px !important;
}

.pr-124 {
  padding-right: 124px !important;
}

.row-gap-124 {
  row-gap: 124px !important;
}

.col-gap-124 {
  column-gap: 124px !important;
}

.gap-124 {
  gap: 124px !important;
}

.m-126 {
  margin: 126px !important;
}

.mx-126 {
  margin-left: 126px !important;
  margin-right: 126px !important;
}

.my-126 {
  margin-top: 126px !important;
  margin-bottom: 126px !important;
}

.mt-126 {
  margin-top: 126px !important;
}

.mb-126 {
  margin-bottom: 126px !important;
}

.ml-126 {
  margin-left: 126px !important;
}

.mr-126 {
  margin-right: 126px !important;
}

.mt--126 {
  margin-top: -126px !important;
}

.p-126 {
  padding: 126px !important;
}

.px-126 {
  padding-left: 126px !important;
  padding-right: 126px !important;
}

.py-126 {
  padding-top: 126px !important;
  padding-bottom: 126px !important;
}

.pt-126 {
  padding-top: 126px !important;
}

.pb-126 {
  padding-bottom: 126px !important;
}

.pl-126 {
  padding-left: 126px !important;
}

.pr-126 {
  padding-right: 126px !important;
}

.row-gap-126 {
  row-gap: 126px !important;
}

.col-gap-126 {
  column-gap: 126px !important;
}

.gap-126 {
  gap: 126px !important;
}

.m-128 {
  margin: 128px !important;
}

.mx-128 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.my-128 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.mt-128 {
  margin-top: 128px !important;
}

.mb-128 {
  margin-bottom: 128px !important;
}

.ml-128 {
  margin-left: 128px !important;
}

.mr-128 {
  margin-right: 128px !important;
}

.mt--128 {
  margin-top: -128px !important;
}

.p-128 {
  padding: 128px !important;
}

.px-128 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.py-128 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.pt-128 {
  padding-top: 128px !important;
}

.pb-128 {
  padding-bottom: 128px !important;
}

.pl-128 {
  padding-left: 128px !important;
}

.pr-128 {
  padding-right: 128px !important;
}

.row-gap-128 {
  row-gap: 128px !important;
}

.col-gap-128 {
  column-gap: 128px !important;
}

.gap-128 {
  gap: 128px !important;
}

.m-130 {
  margin: 130px !important;
}

.mx-130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mt--130 {
  margin-top: -130px !important;
}

.p-130 {
  padding: 130px !important;
}

.px-130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.row-gap-130 {
  row-gap: 130px !important;
}

.col-gap-130 {
  column-gap: 130px !important;
}

.gap-130 {
  gap: 130px !important;
}

.m-132 {
  margin: 132px !important;
}

.mx-132 {
  margin-left: 132px !important;
  margin-right: 132px !important;
}

.my-132 {
  margin-top: 132px !important;
  margin-bottom: 132px !important;
}

.mt-132 {
  margin-top: 132px !important;
}

.mb-132 {
  margin-bottom: 132px !important;
}

.ml-132 {
  margin-left: 132px !important;
}

.mr-132 {
  margin-right: 132px !important;
}

.mt--132 {
  margin-top: -132px !important;
}

.p-132 {
  padding: 132px !important;
}

.px-132 {
  padding-left: 132px !important;
  padding-right: 132px !important;
}

.py-132 {
  padding-top: 132px !important;
  padding-bottom: 132px !important;
}

.pt-132 {
  padding-top: 132px !important;
}

.pb-132 {
  padding-bottom: 132px !important;
}

.pl-132 {
  padding-left: 132px !important;
}

.pr-132 {
  padding-right: 132px !important;
}

.row-gap-132 {
  row-gap: 132px !important;
}

.col-gap-132 {
  column-gap: 132px !important;
}

.gap-132 {
  gap: 132px !important;
}

.m-134 {
  margin: 134px !important;
}

.mx-134 {
  margin-left: 134px !important;
  margin-right: 134px !important;
}

.my-134 {
  margin-top: 134px !important;
  margin-bottom: 134px !important;
}

.mt-134 {
  margin-top: 134px !important;
}

.mb-134 {
  margin-bottom: 134px !important;
}

.ml-134 {
  margin-left: 134px !important;
}

.mr-134 {
  margin-right: 134px !important;
}

.mt--134 {
  margin-top: -134px !important;
}

.p-134 {
  padding: 134px !important;
}

.px-134 {
  padding-left: 134px !important;
  padding-right: 134px !important;
}

.py-134 {
  padding-top: 134px !important;
  padding-bottom: 134px !important;
}

.pt-134 {
  padding-top: 134px !important;
}

.pb-134 {
  padding-bottom: 134px !important;
}

.pl-134 {
  padding-left: 134px !important;
}

.pr-134 {
  padding-right: 134px !important;
}

.row-gap-134 {
  row-gap: 134px !important;
}

.col-gap-134 {
  column-gap: 134px !important;
}

.gap-134 {
  gap: 134px !important;
}

.m-136 {
  margin: 136px !important;
}

.mx-136 {
  margin-left: 136px !important;
  margin-right: 136px !important;
}

.my-136 {
  margin-top: 136px !important;
  margin-bottom: 136px !important;
}

.mt-136 {
  margin-top: 136px !important;
}

.mb-136 {
  margin-bottom: 136px !important;
}

.ml-136 {
  margin-left: 136px !important;
}

.mr-136 {
  margin-right: 136px !important;
}

.mt--136 {
  margin-top: -136px !important;
}

.p-136 {
  padding: 136px !important;
}

.px-136 {
  padding-left: 136px !important;
  padding-right: 136px !important;
}

.py-136 {
  padding-top: 136px !important;
  padding-bottom: 136px !important;
}

.pt-136 {
  padding-top: 136px !important;
}

.pb-136 {
  padding-bottom: 136px !important;
}

.pl-136 {
  padding-left: 136px !important;
}

.pr-136 {
  padding-right: 136px !important;
}

.row-gap-136 {
  row-gap: 136px !important;
}

.col-gap-136 {
  column-gap: 136px !important;
}

.gap-136 {
  gap: 136px !important;
}

.m-138 {
  margin: 138px !important;
}

.mx-138 {
  margin-left: 138px !important;
  margin-right: 138px !important;
}

.my-138 {
  margin-top: 138px !important;
  margin-bottom: 138px !important;
}

.mt-138 {
  margin-top: 138px !important;
}

.mb-138 {
  margin-bottom: 138px !important;
}

.ml-138 {
  margin-left: 138px !important;
}

.mr-138 {
  margin-right: 138px !important;
}

.mt--138 {
  margin-top: -138px !important;
}

.p-138 {
  padding: 138px !important;
}

.px-138 {
  padding-left: 138px !important;
  padding-right: 138px !important;
}

.py-138 {
  padding-top: 138px !important;
  padding-bottom: 138px !important;
}

.pt-138 {
  padding-top: 138px !important;
}

.pb-138 {
  padding-bottom: 138px !important;
}

.pl-138 {
  padding-left: 138px !important;
}

.pr-138 {
  padding-right: 138px !important;
}

.row-gap-138 {
  row-gap: 138px !important;
}

.col-gap-138 {
  column-gap: 138px !important;
}

.gap-138 {
  gap: 138px !important;
}

.m-140 {
  margin: 140px !important;
}

.mx-140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mt--140 {
  margin-top: -140px !important;
}

.p-140 {
  padding: 140px !important;
}

.px-140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.row-gap-140 {
  row-gap: 140px !important;
}

.col-gap-140 {
  column-gap: 140px !important;
}

.gap-140 {
  gap: 140px !important;
}

.m-142 {
  margin: 142px !important;
}

.mx-142 {
  margin-left: 142px !important;
  margin-right: 142px !important;
}

.my-142 {
  margin-top: 142px !important;
  margin-bottom: 142px !important;
}

.mt-142 {
  margin-top: 142px !important;
}

.mb-142 {
  margin-bottom: 142px !important;
}

.ml-142 {
  margin-left: 142px !important;
}

.mr-142 {
  margin-right: 142px !important;
}

.mt--142 {
  margin-top: -142px !important;
}

.p-142 {
  padding: 142px !important;
}

.px-142 {
  padding-left: 142px !important;
  padding-right: 142px !important;
}

.py-142 {
  padding-top: 142px !important;
  padding-bottom: 142px !important;
}

.pt-142 {
  padding-top: 142px !important;
}

.pb-142 {
  padding-bottom: 142px !important;
}

.pl-142 {
  padding-left: 142px !important;
}

.pr-142 {
  padding-right: 142px !important;
}

.row-gap-142 {
  row-gap: 142px !important;
}

.col-gap-142 {
  column-gap: 142px !important;
}

.gap-142 {
  gap: 142px !important;
}

.m-144 {
  margin: 144px !important;
}

.mx-144 {
  margin-left: 144px !important;
  margin-right: 144px !important;
}

.my-144 {
  margin-top: 144px !important;
  margin-bottom: 144px !important;
}

.mt-144 {
  margin-top: 144px !important;
}

.mb-144 {
  margin-bottom: 144px !important;
}

.ml-144 {
  margin-left: 144px !important;
}

.mr-144 {
  margin-right: 144px !important;
}

.mt--144 {
  margin-top: -144px !important;
}

.p-144 {
  padding: 144px !important;
}

.px-144 {
  padding-left: 144px !important;
  padding-right: 144px !important;
}

.py-144 {
  padding-top: 144px !important;
  padding-bottom: 144px !important;
}

.pt-144 {
  padding-top: 144px !important;
}

.pb-144 {
  padding-bottom: 144px !important;
}

.pl-144 {
  padding-left: 144px !important;
}

.pr-144 {
  padding-right: 144px !important;
}

.row-gap-144 {
  row-gap: 144px !important;
}

.col-gap-144 {
  column-gap: 144px !important;
}

.gap-144 {
  gap: 144px !important;
}

.m-146 {
  margin: 146px !important;
}

.mx-146 {
  margin-left: 146px !important;
  margin-right: 146px !important;
}

.my-146 {
  margin-top: 146px !important;
  margin-bottom: 146px !important;
}

.mt-146 {
  margin-top: 146px !important;
}

.mb-146 {
  margin-bottom: 146px !important;
}

.ml-146 {
  margin-left: 146px !important;
}

.mr-146 {
  margin-right: 146px !important;
}

.mt--146 {
  margin-top: -146px !important;
}

.p-146 {
  padding: 146px !important;
}

.px-146 {
  padding-left: 146px !important;
  padding-right: 146px !important;
}

.py-146 {
  padding-top: 146px !important;
  padding-bottom: 146px !important;
}

.pt-146 {
  padding-top: 146px !important;
}

.pb-146 {
  padding-bottom: 146px !important;
}

.pl-146 {
  padding-left: 146px !important;
}

.pr-146 {
  padding-right: 146px !important;
}

.row-gap-146 {
  row-gap: 146px !important;
}

.col-gap-146 {
  column-gap: 146px !important;
}

.gap-146 {
  gap: 146px !important;
}

.m-148 {
  margin: 148px !important;
}

.mx-148 {
  margin-left: 148px !important;
  margin-right: 148px !important;
}

.my-148 {
  margin-top: 148px !important;
  margin-bottom: 148px !important;
}

.mt-148 {
  margin-top: 148px !important;
}

.mb-148 {
  margin-bottom: 148px !important;
}

.ml-148 {
  margin-left: 148px !important;
}

.mr-148 {
  margin-right: 148px !important;
}

.mt--148 {
  margin-top: -148px !important;
}

.p-148 {
  padding: 148px !important;
}

.px-148 {
  padding-left: 148px !important;
  padding-right: 148px !important;
}

.py-148 {
  padding-top: 148px !important;
  padding-bottom: 148px !important;
}

.pt-148 {
  padding-top: 148px !important;
}

.pb-148 {
  padding-bottom: 148px !important;
}

.pl-148 {
  padding-left: 148px !important;
}

.pr-148 {
  padding-right: 148px !important;
}

.row-gap-148 {
  row-gap: 148px !important;
}

.col-gap-148 {
  column-gap: 148px !important;
}

.gap-148 {
  gap: 148px !important;
}

.m-150 {
  margin: 150px !important;
}

.mx-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mt--150 {
  margin-top: -150px !important;
}

.p-150 {
  padding: 150px !important;
}

.px-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.row-gap-150 {
  row-gap: 150px !important;
}

.col-gap-150 {
  column-gap: 150px !important;
}

.gap-150 {
  gap: 150px !important;
}

.m-152 {
  margin: 152px !important;
}

.mx-152 {
  margin-left: 152px !important;
  margin-right: 152px !important;
}

.my-152 {
  margin-top: 152px !important;
  margin-bottom: 152px !important;
}

.mt-152 {
  margin-top: 152px !important;
}

.mb-152 {
  margin-bottom: 152px !important;
}

.ml-152 {
  margin-left: 152px !important;
}

.mr-152 {
  margin-right: 152px !important;
}

.mt--152 {
  margin-top: -152px !important;
}

.p-152 {
  padding: 152px !important;
}

.px-152 {
  padding-left: 152px !important;
  padding-right: 152px !important;
}

.py-152 {
  padding-top: 152px !important;
  padding-bottom: 152px !important;
}

.pt-152 {
  padding-top: 152px !important;
}

.pb-152 {
  padding-bottom: 152px !important;
}

.pl-152 {
  padding-left: 152px !important;
}

.pr-152 {
  padding-right: 152px !important;
}

.row-gap-152 {
  row-gap: 152px !important;
}

.col-gap-152 {
  column-gap: 152px !important;
}

.gap-152 {
  gap: 152px !important;
}

.m-154 {
  margin: 154px !important;
}

.mx-154 {
  margin-left: 154px !important;
  margin-right: 154px !important;
}

.my-154 {
  margin-top: 154px !important;
  margin-bottom: 154px !important;
}

.mt-154 {
  margin-top: 154px !important;
}

.mb-154 {
  margin-bottom: 154px !important;
}

.ml-154 {
  margin-left: 154px !important;
}

.mr-154 {
  margin-right: 154px !important;
}

.mt--154 {
  margin-top: -154px !important;
}

.p-154 {
  padding: 154px !important;
}

.px-154 {
  padding-left: 154px !important;
  padding-right: 154px !important;
}

.py-154 {
  padding-top: 154px !important;
  padding-bottom: 154px !important;
}

.pt-154 {
  padding-top: 154px !important;
}

.pb-154 {
  padding-bottom: 154px !important;
}

.pl-154 {
  padding-left: 154px !important;
}

.pr-154 {
  padding-right: 154px !important;
}

.row-gap-154 {
  row-gap: 154px !important;
}

.col-gap-154 {
  column-gap: 154px !important;
}

.gap-154 {
  gap: 154px !important;
}

.m-156 {
  margin: 156px !important;
}

.mx-156 {
  margin-left: 156px !important;
  margin-right: 156px !important;
}

.my-156 {
  margin-top: 156px !important;
  margin-bottom: 156px !important;
}

.mt-156 {
  margin-top: 156px !important;
}

.mb-156 {
  margin-bottom: 156px !important;
}

.ml-156 {
  margin-left: 156px !important;
}

.mr-156 {
  margin-right: 156px !important;
}

.mt--156 {
  margin-top: -156px !important;
}

.p-156 {
  padding: 156px !important;
}

.px-156 {
  padding-left: 156px !important;
  padding-right: 156px !important;
}

.py-156 {
  padding-top: 156px !important;
  padding-bottom: 156px !important;
}

.pt-156 {
  padding-top: 156px !important;
}

.pb-156 {
  padding-bottom: 156px !important;
}

.pl-156 {
  padding-left: 156px !important;
}

.pr-156 {
  padding-right: 156px !important;
}

.row-gap-156 {
  row-gap: 156px !important;
}

.col-gap-156 {
  column-gap: 156px !important;
}

.gap-156 {
  gap: 156px !important;
}

.m-158 {
  margin: 158px !important;
}

.mx-158 {
  margin-left: 158px !important;
  margin-right: 158px !important;
}

.my-158 {
  margin-top: 158px !important;
  margin-bottom: 158px !important;
}

.mt-158 {
  margin-top: 158px !important;
}

.mb-158 {
  margin-bottom: 158px !important;
}

.ml-158 {
  margin-left: 158px !important;
}

.mr-158 {
  margin-right: 158px !important;
}

.mt--158 {
  margin-top: -158px !important;
}

.p-158 {
  padding: 158px !important;
}

.px-158 {
  padding-left: 158px !important;
  padding-right: 158px !important;
}

.py-158 {
  padding-top: 158px !important;
  padding-bottom: 158px !important;
}

.pt-158 {
  padding-top: 158px !important;
}

.pb-158 {
  padding-bottom: 158px !important;
}

.pl-158 {
  padding-left: 158px !important;
}

.pr-158 {
  padding-right: 158px !important;
}

.row-gap-158 {
  row-gap: 158px !important;
}

.col-gap-158 {
  column-gap: 158px !important;
}

.gap-158 {
  gap: 158px !important;
}

.m-160 {
  margin: 160px !important;
}

.mx-160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mt--160 {
  margin-top: -160px !important;
}

.p-160 {
  padding: 160px !important;
}

.px-160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.row-gap-160 {
  row-gap: 160px !important;
}

.col-gap-160 {
  column-gap: 160px !important;
}

.gap-160 {
  gap: 160px !important;
}

.m-162 {
  margin: 162px !important;
}

.mx-162 {
  margin-left: 162px !important;
  margin-right: 162px !important;
}

.my-162 {
  margin-top: 162px !important;
  margin-bottom: 162px !important;
}

.mt-162 {
  margin-top: 162px !important;
}

.mb-162 {
  margin-bottom: 162px !important;
}

.ml-162 {
  margin-left: 162px !important;
}

.mr-162 {
  margin-right: 162px !important;
}

.mt--162 {
  margin-top: -162px !important;
}

.p-162 {
  padding: 162px !important;
}

.px-162 {
  padding-left: 162px !important;
  padding-right: 162px !important;
}

.py-162 {
  padding-top: 162px !important;
  padding-bottom: 162px !important;
}

.pt-162 {
  padding-top: 162px !important;
}

.pb-162 {
  padding-bottom: 162px !important;
}

.pl-162 {
  padding-left: 162px !important;
}

.pr-162 {
  padding-right: 162px !important;
}

.row-gap-162 {
  row-gap: 162px !important;
}

.col-gap-162 {
  column-gap: 162px !important;
}

.gap-162 {
  gap: 162px !important;
}

.m-164 {
  margin: 164px !important;
}

.mx-164 {
  margin-left: 164px !important;
  margin-right: 164px !important;
}

.my-164 {
  margin-top: 164px !important;
  margin-bottom: 164px !important;
}

.mt-164 {
  margin-top: 164px !important;
}

.mb-164 {
  margin-bottom: 164px !important;
}

.ml-164 {
  margin-left: 164px !important;
}

.mr-164 {
  margin-right: 164px !important;
}

.mt--164 {
  margin-top: -164px !important;
}

.p-164 {
  padding: 164px !important;
}

.px-164 {
  padding-left: 164px !important;
  padding-right: 164px !important;
}

.py-164 {
  padding-top: 164px !important;
  padding-bottom: 164px !important;
}

.pt-164 {
  padding-top: 164px !important;
}

.pb-164 {
  padding-bottom: 164px !important;
}

.pl-164 {
  padding-left: 164px !important;
}

.pr-164 {
  padding-right: 164px !important;
}

.row-gap-164 {
  row-gap: 164px !important;
}

.col-gap-164 {
  column-gap: 164px !important;
}

.gap-164 {
  gap: 164px !important;
}

.m-166 {
  margin: 166px !important;
}

.mx-166 {
  margin-left: 166px !important;
  margin-right: 166px !important;
}

.my-166 {
  margin-top: 166px !important;
  margin-bottom: 166px !important;
}

.mt-166 {
  margin-top: 166px !important;
}

.mb-166 {
  margin-bottom: 166px !important;
}

.ml-166 {
  margin-left: 166px !important;
}

.mr-166 {
  margin-right: 166px !important;
}

.mt--166 {
  margin-top: -166px !important;
}

.p-166 {
  padding: 166px !important;
}

.px-166 {
  padding-left: 166px !important;
  padding-right: 166px !important;
}

.py-166 {
  padding-top: 166px !important;
  padding-bottom: 166px !important;
}

.pt-166 {
  padding-top: 166px !important;
}

.pb-166 {
  padding-bottom: 166px !important;
}

.pl-166 {
  padding-left: 166px !important;
}

.pr-166 {
  padding-right: 166px !important;
}

.row-gap-166 {
  row-gap: 166px !important;
}

.col-gap-166 {
  column-gap: 166px !important;
}

.gap-166 {
  gap: 166px !important;
}

.m-168 {
  margin: 168px !important;
}

.mx-168 {
  margin-left: 168px !important;
  margin-right: 168px !important;
}

.my-168 {
  margin-top: 168px !important;
  margin-bottom: 168px !important;
}

.mt-168 {
  margin-top: 168px !important;
}

.mb-168 {
  margin-bottom: 168px !important;
}

.ml-168 {
  margin-left: 168px !important;
}

.mr-168 {
  margin-right: 168px !important;
}

.mt--168 {
  margin-top: -168px !important;
}

.p-168 {
  padding: 168px !important;
}

.px-168 {
  padding-left: 168px !important;
  padding-right: 168px !important;
}

.py-168 {
  padding-top: 168px !important;
  padding-bottom: 168px !important;
}

.pt-168 {
  padding-top: 168px !important;
}

.pb-168 {
  padding-bottom: 168px !important;
}

.pl-168 {
  padding-left: 168px !important;
}

.pr-168 {
  padding-right: 168px !important;
}

.row-gap-168 {
  row-gap: 168px !important;
}

.col-gap-168 {
  column-gap: 168px !important;
}

.gap-168 {
  gap: 168px !important;
}

.m-170 {
  margin: 170px !important;
}

.mx-170 {
  margin-left: 170px !important;
  margin-right: 170px !important;
}

.my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mt--170 {
  margin-top: -170px !important;
}

.p-170 {
  padding: 170px !important;
}

.px-170 {
  padding-left: 170px !important;
  padding-right: 170px !important;
}

.py-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.row-gap-170 {
  row-gap: 170px !important;
}

.col-gap-170 {
  column-gap: 170px !important;
}

.gap-170 {
  gap: 170px !important;
}

.m-172 {
  margin: 172px !important;
}

.mx-172 {
  margin-left: 172px !important;
  margin-right: 172px !important;
}

.my-172 {
  margin-top: 172px !important;
  margin-bottom: 172px !important;
}

.mt-172 {
  margin-top: 172px !important;
}

.mb-172 {
  margin-bottom: 172px !important;
}

.ml-172 {
  margin-left: 172px !important;
}

.mr-172 {
  margin-right: 172px !important;
}

.mt--172 {
  margin-top: -172px !important;
}

.p-172 {
  padding: 172px !important;
}

.px-172 {
  padding-left: 172px !important;
  padding-right: 172px !important;
}

.py-172 {
  padding-top: 172px !important;
  padding-bottom: 172px !important;
}

.pt-172 {
  padding-top: 172px !important;
}

.pb-172 {
  padding-bottom: 172px !important;
}

.pl-172 {
  padding-left: 172px !important;
}

.pr-172 {
  padding-right: 172px !important;
}

.row-gap-172 {
  row-gap: 172px !important;
}

.col-gap-172 {
  column-gap: 172px !important;
}

.gap-172 {
  gap: 172px !important;
}

.m-174 {
  margin: 174px !important;
}

.mx-174 {
  margin-left: 174px !important;
  margin-right: 174px !important;
}

.my-174 {
  margin-top: 174px !important;
  margin-bottom: 174px !important;
}

.mt-174 {
  margin-top: 174px !important;
}

.mb-174 {
  margin-bottom: 174px !important;
}

.ml-174 {
  margin-left: 174px !important;
}

.mr-174 {
  margin-right: 174px !important;
}

.mt--174 {
  margin-top: -174px !important;
}

.p-174 {
  padding: 174px !important;
}

.px-174 {
  padding-left: 174px !important;
  padding-right: 174px !important;
}

.py-174 {
  padding-top: 174px !important;
  padding-bottom: 174px !important;
}

.pt-174 {
  padding-top: 174px !important;
}

.pb-174 {
  padding-bottom: 174px !important;
}

.pl-174 {
  padding-left: 174px !important;
}

.pr-174 {
  padding-right: 174px !important;
}

.row-gap-174 {
  row-gap: 174px !important;
}

.col-gap-174 {
  column-gap: 174px !important;
}

.gap-174 {
  gap: 174px !important;
}

.m-176 {
  margin: 176px !important;
}

.mx-176 {
  margin-left: 176px !important;
  margin-right: 176px !important;
}

.my-176 {
  margin-top: 176px !important;
  margin-bottom: 176px !important;
}

.mt-176 {
  margin-top: 176px !important;
}

.mb-176 {
  margin-bottom: 176px !important;
}

.ml-176 {
  margin-left: 176px !important;
}

.mr-176 {
  margin-right: 176px !important;
}

.mt--176 {
  margin-top: -176px !important;
}

.p-176 {
  padding: 176px !important;
}

.px-176 {
  padding-left: 176px !important;
  padding-right: 176px !important;
}

.py-176 {
  padding-top: 176px !important;
  padding-bottom: 176px !important;
}

.pt-176 {
  padding-top: 176px !important;
}

.pb-176 {
  padding-bottom: 176px !important;
}

.pl-176 {
  padding-left: 176px !important;
}

.pr-176 {
  padding-right: 176px !important;
}

.row-gap-176 {
  row-gap: 176px !important;
}

.col-gap-176 {
  column-gap: 176px !important;
}

.gap-176 {
  gap: 176px !important;
}

.m-178 {
  margin: 178px !important;
}

.mx-178 {
  margin-left: 178px !important;
  margin-right: 178px !important;
}

.my-178 {
  margin-top: 178px !important;
  margin-bottom: 178px !important;
}

.mt-178 {
  margin-top: 178px !important;
}

.mb-178 {
  margin-bottom: 178px !important;
}

.ml-178 {
  margin-left: 178px !important;
}

.mr-178 {
  margin-right: 178px !important;
}

.mt--178 {
  margin-top: -178px !important;
}

.p-178 {
  padding: 178px !important;
}

.px-178 {
  padding-left: 178px !important;
  padding-right: 178px !important;
}

.py-178 {
  padding-top: 178px !important;
  padding-bottom: 178px !important;
}

.pt-178 {
  padding-top: 178px !important;
}

.pb-178 {
  padding-bottom: 178px !important;
}

.pl-178 {
  padding-left: 178px !important;
}

.pr-178 {
  padding-right: 178px !important;
}

.row-gap-178 {
  row-gap: 178px !important;
}

.col-gap-178 {
  column-gap: 178px !important;
}

.gap-178 {
  gap: 178px !important;
}

.m-180 {
  margin: 180px !important;
}

.mx-180 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mt--180 {
  margin-top: -180px !important;
}

.p-180 {
  padding: 180px !important;
}

.px-180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.row-gap-180 {
  row-gap: 180px !important;
}

.col-gap-180 {
  column-gap: 180px !important;
}

.gap-180 {
  gap: 180px !important;
}

@media all and (max-width: 575px) {
  .row-gap-40 {
    row-gap: 30px !important;
  }
}

header {
  top: initial !important;
  background: white;
  transition: 0.3s all;
}
header .header-top {
  padding-block: 24px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  header .header-top {
    padding-block: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  header .header-top {
    padding-block: 20px;
  }
}
@media all and (max-width: 1200px) {
  header .header-top {
    padding-block: 10px;
  }
}
header .header-bottom {
  height: 52px;
}
@media all and (max-width: 1200px) {
  header .header-bottom {
    height: auto;
  }
}
@media all and (max-width: 1200px) {
  header .header-bottom nav.navbar {
    padding-block: 10px;
  }
}
header .header-bottom .header-logo {
  display: none;
}
@media all and (max-width: 1200px) {
  header .header-bottom .header-logo {
    display: block;
    margin-right: auto;
  }
}

.header-social ul, .header-social-mobile ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
}
.header-social ul li, .header-social-mobile ul li {
  list-style: none;
  margin-bottom: 0px;
}
@media all and (max-width: 1200px) {
  .header-social ul, .header-social-mobile ul {
    gap: 12px;
  }
}
@media all and (max-width: 575px) {
  .header-social ul, .header-social-mobile ul {
    gap: 10px;
  }
}
.header-social ul li a, .header-social-mobile ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E1E1E1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: inherit;
}
@media all and (max-width: 1200px) {
  .header-social ul li a, .header-social-mobile ul li a {
    width: 36px;
    height: 36px;
  }
}
.header-social ul li.header-social-facebook, .header-social-mobile ul li.header-social-facebook {
  color: #1876f2;
}
.header-social ul li.header-social-linkedin, .header-social-mobile ul li.header-social-linkedin {
  color: #0071AC;
}
.header-social ul li.header-social-twitter, .header-social-mobile ul li.header-social-twitter {
  color: #16A1F2;
}
.header-social ul li.header-social-youtube, .header-social-mobile ul li.header-social-youtube {
  color: #FF4000;
}
.header-social ul li.header-social-instagram, .header-social-mobile ul li.header-social-instagram {
  color: #E1306C;
}

.header-social-mobile {
  display: none;
  padding-top: 20px;
}
@media all and (max-width: 575px) {
  .header-social-mobile {
    display: block;
  }
}
.header-social-mobile ul {
  justify-content: center;
}

.header-logo {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .header-logo {
    justify-content: flex-start;
  }
}
.header-logo .navbar-brand {
  display: inline-block;
  height: 95px;
  width: max-content;
  margin: 0;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .header-logo .navbar-brand {
    height: 90px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .header-logo .navbar-brand {
    height: 90px;
  }
}
@media all and (max-width: 1200px) {
  .header-logo .navbar-brand {
    height: 65px;
  }
}
@media all and (max-width: 575px) {
  .header-logo .navbar-brand {
    height: 48px;
  }
}
.header-logo .navbar-brand img {
  width: auto;
  height: 100%;
}

.header-login-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media all and (max-width: 575px) {
  .header-login-area {
    justify-content: space-between;
  }
}

.btn-signin {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #262626;
  text-transform: capitalize;
  display: flex;
  gap: 10px;
}
.btn-signin::before {
  content: "";
  flex: none;
  width: 15px;
  height: 15px;
  transition: 0.3s all;
  background: url(../svg/header-user-14.svg) no-repeat center/contain;
}
.btn-signin:hover::before {
  background: url(../svg/header-user-hover-14.svg) no-repeat center/contain;
}

.expert-badge {
  background: #D2AC48;
  height: 44px;
  padding-inline: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.315em;
  text-transform: uppercase;
  color: #FFFFFF !important;
}
@media all and (max-width: 1200px) {
  .expert-badge {
    height: 40px;
    font-size: 11px;
    letter-spacing: 0.3em;
  }
}
.expert-badge::before {
  content: "";
  flex: none;
  width: 20px;
  height: 20px;
  transition: 0.3s all;
  background: url(../png/premium-icon-14.png) no-repeat center/contain;
}
@media all and (max-width: 1200px) {
  .expert-badge::before {
    width: 17px;
    height: 18px;
  }
}

.overlay {
  background: rgba(0, 0, 0, 0.57);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
.overlay.show-overlay {
  opacity: 1;
  pointer-events: auto;
}

.navbar-brand {
  width: 160px;
  padding: 0;
  flex: none;
  transition: 0.3s all;
  position: relative;
}
.navbar-brand img {
  width: 100%;
}

.navbar {
  padding: 0px;
}
@media all and (max-width: 1200px) {
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100% !important;
    right: 0;
    width: 340px;
    z-index: 1001;
    background: white;
    transition: 0.3s all !important;
    padding: 125px 0 0px 30px;
    transform: translateX(120%);
    display: block !important;
    overflow: hidden;
  }
}
@media all and (max-width: 575px) {
  .navbar .navbar-collapse {
    width: 322px;
    padding-left: 24px;
  }
}
.navbar .navbar-collapse .collapse-close {
  display: none;
}
@media all and (max-width: 1200px) {
  .navbar .navbar-collapse .collapse-close {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: #C00000;
    position: absolute;
    right: 20px;
    top: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.navbar .navbar-collapse .collapse-close img {
  width: 15px;
  filter: brightness(0) invert(1);
}
@media all and (max-width: 1200px) {
  .navbar .navbar-collapse.show {
    transform: translateX(0%);
  }
}

.logged-in .navbar .navbar-collapse .collapse-close {
  top: 60px;
}

.primary-nav {
  position: relative;
}
@media all and (max-width: 1200px) {
  .primary-nav {
    border-bottom: 1px solid #E1E1E1;
  }
}
.primary-nav .navbar-nav {
  margin: 0;
  padding: 0;
  justify-content: center;
}
.primary-nav .navbar-nav li {
  list-style: none;
  margin-bottom: 0px;
}
@media all and (max-width: 1200px) {
  .primary-nav .navbar-nav {
    flex-direction: column !important;
    padding-bottom: 30px;
  }
}
.primary-nav .navbar-nav li {
  position: relative;
  padding: 0 18px;
  line-height: normal;
  padding: 0 14px;
}
@media all and (max-width: 1200px) {
  .primary-nav .navbar-nav li {
    padding: 0;
    margin-bottom: 10px;
  }
}
.primary-nav .navbar-nav li > a {
  padding: 0;
  transition: 0.3s all;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  color: #262626;
  letter-spacing: 0.135em;
  text-transform: uppercase;
}
@media all and (max-width: 1200px) {
  .primary-nav .navbar-nav li > a {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
}
.primary-nav .navbar-nav li > a:hover {
  color: #C00000;
}
.primary-nav .navbar-nav li:first-child {
  padding-left: 0;
}
.primary-nav .navbar-nav li:last-child {
  padding-right: 0;
  margin-bottom: 0;
}

.menu-item-has-children {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding-right: 42px !important;
}
@media all and (max-width: 1200px) {
  .menu-item-has-children {
    padding-right: 0 !important;
  }
}
.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 18px;
  width: 14px;
  height: 9px;
  background: url(../svg/header-down-arrow-14.svg) no-repeat center/contain;
}
@media all and (max-width: 1200px) {
  .menu-item-has-children::after {
    right: 0;
  }
}
.menu-item-has-children:hover > a {
  color: #DE0000 !important;
}
.menu-item-has-children:hover::after {
  background: url(../svg/header-down-arrow-active-14.svg) no-repeat center/contain;
}

#myUL .sub-menu {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1050;
  background: #F4F5F6;
  border: 0;
  top: 38px;
  left: 0;
  display: none;
  width: auto;
  padding: 24px 30px;
}
#myUL .sub-menu li {
  list-style: none;
  margin-bottom: 0px;
}
@media all and (max-width: 1200px) {
  #myUL .sub-menu {
    top: 0 !important;
    left: 0;
    position: relative;
    width: 100%;
    margin: 20px 0 0;
    padding: 18px;
    box-shadow: none;
    border: none;
    border-radius: 4px;
    background: rgba(225, 225, 225, 0.5);
    transform: none;
  }
}
@media all and (max-width: 575px) {
  #myUL .sub-menu {
    margin: 14px 0 0;
  }
}
#myUL .sub-menu li.menu-item {
  padding: 0;
  margin-bottom: 16px;
}
#myUL .sub-menu li.menu-item:last-child {
  margin-bottom: 0;
}
#myUL .sub-menu li.menu-item > a {
  padding: 0px;
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #262626;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1200px) {
  #myUL .sub-menu li.menu-item > a {
    white-space: pre-wrap;
  }
}
@media all and (max-width: 575px) {
  #myUL .sub-menu li.menu-item > a {
    font-size: 11px;
    line-height: 16px;
  }
}
#myUL .sub-menu li.menu-item > a:hover {
  color: #DE0000;
}
#myUL .sub-menu::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
  background: transparent;
}

.hamburger-menu {
  display: none;
}
@media all and (max-width: 1200px) {
  .hamburger-menu {
    flex: none;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 3px 8px;
    border-radius: 4px;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 30px;
  }
  .hamburger-menu span {
    height: 2px;
    width: 100%;
    background: #C00000;
    margin: 3px 0px;
    display: block;
    transition: 0.3s all;
  }
}
@media all and (max-width: 575px) {
  .hamburger-menu {
    margin-left: 16px;
  }
}
.hamburger-menu.hamburger-animate span:nth-child(1) {
  transform: rotate(48deg) translate(6px, 6px);
}
.hamburger-menu.hamburger-animate span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.hamburger-animate span:nth-child(3) {
  transform: rotate(-48deg) translate(5px, -5px);
}

@media all and (max-width: 1200px) {
  .mobile-scrollbar {
    height: 100%;
    overflow-y: auto;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .mobile-scrollbar {
    padding-right: 24px;
  }
}

.header-search {
  position: relative;
}

.header-search-icon {
  width: 30px;
  height: 30px;
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.header-search-icon svg {
  width: 16px;
}
.header-search-icon svg path {
  transition: 0.3s all;
}
.header-search-icon:hover svg path {
  fill: #C00000;
}

.search-overlay {
  background: rgba(0, 0, 0, 0.57);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
.search-overlay.search-overlay-show {
  opacity: 1;
  pointer-events: auto;
}

.search-panel {
  position: fixed;
  right: 30px;
  top: 30px;
  bottom: auto;
  background: white;
  width: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1002;
  padding: 20px;
  transition: 0.5s all;
}
@media all and (max-width: 575px) {
  .search-panel {
    top: 30px;
    right: 16px;
    bottom: auto;
  }
}
.search-panel * {
  opacity: 0;
  border-radius: 0 !important;
}
.search-panel .search-panel-bar {
  display: flex;
  align-items: center;
}
.search-panel form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.search-panel form input[type=search] {
  border: 0 !important;
  height: 40px !important;
  font-size: 13px !important;
}
.search-panel form input[type=search]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #262626;
  opacity: 1;
  /* Firefox */
}
.search-panel form input[type=search]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #262626;
  opacity: 1;
}
.search-panel form input[type=search]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #262626;
  opacity: 1;
}
.search-panel form input[type=submit] {
  background: #DE0000;
  color: white;
  border: 0 !important;
  height: 40px !important;
  line-height: 38px !important;
  font-size: 13px !important;
}
@media all and (max-width: 575px) {
  .search-panel form input[type=submit] {
    font-size: 14px !important;
    padding: 0px 16px !important;
  }
}
.search-panel .search-panel-close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: none;
  margin-left: 20px;
  cursor: pointer;
}
@media all and (max-width: 575px) {
  .search-panel .search-panel-close {
    position: absolute;
    right: -10px;
    top: -20px;
    background: black;
    border-radius: 50% !important;
  }
}
.search-panel .search-panel-close img {
  width: 14px;
}
@media all and (max-width: 575px) {
  .search-panel .search-panel-close img {
    filter: brightness(0) invert(1);
  }
}
.search-panel.search-panel-open {
  opacity: 1;
  width: 550px;
  pointer-events: auto;
}
@media all and (max-width: 767px) {
  .search-panel.search-panel-open {
    width: 400px;
  }
}
@media all and (max-width: 575px) {
  .search-panel.search-panel-open {
    width: 90%;
  }
}
.search-panel.search-panel-open * {
  opacity: 1;
  transition-delay: 0.5s;
}

.search-panel-list {
  height: 100%;
  margin-top: 20px;
}
@media all and (max-width: 575px) {
  .search-panel-list {
    display: none;
  }
}
.search-panel-list .search-panel-list-wrapper {
  height: calc(100% - 112px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
.search-panel-list .search-panel-list-wrapper::-webkit-scrollbar {
  width: 4px;
  border-radius: 4px;
}
.search-panel-list .search-panel-list-wrapper::-moz-scrollbar {
  width: 4px;
  border-radius: 4px;
}
.search-panel-list .search-panel-list-wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #f6f6f6;
}
.search-panel-list ul {
  margin: 0;
  padding: 0;
}
.search-panel-list ul li {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #E1E1E1;
}
.search-panel-list ul li img {
  width: 90px;
  flex: none;
}
.search-panel-list ul li h5 {
  font-weight: 400;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-panel-list ul li h5 a {
  display: block;
  color: inherit;
}
.search-panel-list ul li .tag-26 {
  font-size: 12px;
  line-height: 10px;
}

.admin-bar .search-panel {
  top: 62px;
}

.header-advertisement {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media all and (max-width: 575px) {
  .header-advertisement {
    padding-top: 16px;
  }
}
.header-advertisement a.brand-ad {
  display: inline-block;
  max-width: 970px;
  margin: auto;
}
.header-advertisement a.brand-ad img {
  width: 100%;
}
.header-advertisement .textwidget p, .header-advertisement .textwidget blockquote {
  display: inline-block;
  max-width: 970px;
  margin: auto;
}
.header-advertisement .textwidget p img, .header-advertisement .textwidget blockquote img {
  width: 100%;
}

.footer {
  background: #000000;
  font-size: 14px;
  line-height: 24px;
}
.footer * {
  color: rgba(255, 255, 255, 0.6);
}
.footer h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  margin-bottom: 14px;
}

.footer-top {
  padding-block: 60px;
}

.footer-info {
  padding-right: 10px;
}

.footer-menu-wrapper {
  display: flex;
  justify-content: space-between;
  padding-inline: 50px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .footer-menu-wrapper {
    padding-inline: 10px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .footer-menu-wrapper {
    padding-inline: 10px;
  }
}
@media all and (max-width: 1200px) {
  .footer-menu-wrapper {
    padding-inline: 0px;
  }
}
@media all and (max-width: 767px) {
  .footer-menu-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
}
.footer-menu-wrapper .menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.footer-menu-wrapper .menu li {
  list-style: none;
  margin-bottom: 0px;
}
.footer-menu-wrapper .menu li {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.footer-menu-wrapper .menu li a {
  color: inherit;
}
.footer-menu-wrapper .menu li a:hover {
  color: white;
}

.social-lists ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 19px;
  flex-wrap: wrap;
}
.social-lists ul li {
  list-style: none;
  margin-bottom: 0px;
}
.social-lists ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: white;
  font-size: 16px;
  transition: 0.3s all;
}
.social-lists ul li a i {
  color: inherit;
}
.social-lists ul li a:hover {
  color: #ffffff;
}
.social-lists ul li a.footer-social-instagram:hover {
  background: #E1306C;
}
.social-lists ul li a.footer-social-facebook:hover {
  background: #3B5998;
}
.social-lists ul li a.footer-social-youtube:hover {
  background: #FF4000;
}
.social-lists ul li a.footer-social-twitter:hover {
  background: #0071AC;
}
.social-lists ul li a.footer-social-linkedin:hover {
  background: #0077B5;
}

.footer-bottom {
  background: rgba(255, 255, 255, 0.1);
  padding-block: 20px;
}

.copyright-text {
  font-size: 14px;
  line-height: 24px;
}
@media all and (max-width: 991px) {
  .copyright-text {
    text-align: center;
  }
}
.copyright-text p, .copyright-text blockquote {
  color: #FFFFFF;
}
.copyright-text a {
  color: inherit;
}

.webpop-logo {
  display: flex;
  width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  .webpop-logo {
    margin: 20px auto;
  }
}
.webpop-logo img {
  width: 100%;
}

.copyright-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  justify-content: flex-end;
  width: 100%;
}
.copyright-links ul li {
  list-style: none;
  margin-bottom: 0px;
}
@media all and (max-width: 991px) {
  .copyright-links ul {
    justify-content: center;
  }
}
.copyright-links ul li {
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
.copyright-links ul li a {
  color: white;
  transition: 0.3s all;
}
.copyright-links ul li a:hover {
  color: #C00000;
}

.hammerhead-tag {
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.23em;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-bottom: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: max-content;
  max-width: 100%;
}
.hammerhead-tag::after {
  content: "";
  position: absolute;
  height: 100% !important;
  bottom: 0px;
  left: 0;
  right: 2px;
  background: currentcolor;
  opacity: 0.1;
}
.hammerhead-tag:last-child {
  margin-bottom: 0;
}

.section-info h1,
.section-info h2,
.section-info .widget h3,
.widget .section-info h3 {
  margin-bottom: 10px;
}

.upcoming-event-card {
  background: #F1EFF6;
  padding: 30px;
}
@media all and (max-width: 575px) {
  .upcoming-event-card {
    padding: 16px;
  }
}

.upcoming-event-lists > ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
.upcoming-event-lists > ul li {
  list-style: none;
  margin-bottom: 0px;
}
.upcoming-event-lists > ul li {
  width: 100%;
}

.event-card {
  padding: 14px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.event-card .event-date {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #757575;
  display: flex;
  gap: 6px;
  margin-bottom: 4px;
}
.event-card .event-date::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../svg/event-calendar-icon-14.svg) no-repeat center/contain;
  position: relative;
  top: 1px;
}
.event-card h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}

.news-card {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 16px;
  border: 1px solid #E1E1E1;
}
.news-card .news-card-info h3,
.news-card .news-card-info h4,
.news-card .news-card-info h5,
.news-card .news-card-info h6 {
  margin-top: -8px;
}
.news-card .news-card-info h3 a,
.news-card .news-card-info h4 a,
.news-card .news-card-info h5 a,
.news-card .news-card-info h6 a {
  display: block;
}
.news-card .news-card-info h3:last-child,
.news-card .news-card-info h4:last-child,
.news-card .news-card-info h5:last-child,
.news-card .news-card-info h6:last-child {
  margin-bottom: 0;
}
.news-card .news-card-info .event-date {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #757575;
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}
@media all and (max-width: 991px) {
  .news-card .news-card-info .event-date {
    font-size: 12px;
    line-height: 16px;
  }
}
.news-card .news-card-info .event-date::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../svg/event-calendar-icon-14.svg) no-repeat center/contain;
  position: relative;
  top: 1px;
}
@media all and (max-width: 991px) {
  .news-card .news-card-info .event-date::before {
    width: 13px;
    height: 13px;
  }
}

.news-card-lg {
  flex-direction: row;
  column-gap: 24px;
  padding: 24px;
}
@media all and (max-width: 991px) {
  .news-card-lg {
    align-items: center;
  }
}
@media all and (max-width: 991px) {
  .news-card-lg {
    flex-direction: column;
    row-gap: 30px;
    padding: 20px;
  }
}
@media all and (max-width: 575px) {
  .news-card-lg {
    padding: 16px;
  }
}
.news-card-lg .news-card-info {
  flex: none;
  width: 240px;
  margin-top: -2px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .news-card-lg .news-card-info {
    width: 280px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .news-card-lg .news-card-info {
    width: 280px;
  }
}
@media all and (max-width: 1200px) {
  .news-card-lg .news-card-info {
    width: 440px;
    align-self: center;
  }
}
@media all and (max-width: 991px) {
  .news-card-lg .news-card-info {
    width: 48%;
  }
}
@media all and (max-width: 991px) {
  .news-card-lg .news-card-info {
    width: 100%;
  }
}
.news-card-lg .news-card-info h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}
@media all and (max-width: 991px) {
  .news-card-lg .news-card-info h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.news-list-card {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-block: 20px;
  border-bottom: 1px solid #E1E1E1;
}
.news-list-card:first-child {
  border-top: 1px solid #E1E1E1;
}
.news-list-card .hammerhead-tag {
  margin: 0;
}
.news-list-card h3,
.news-list-card h4,
.news-list-card h5 {
  margin: -4px 0 0 0;
}
.news-list-card h3 a,
.news-list-card h4 a,
.news-list-card h5 a {
  display: block;
}
.news-list-card .news-date {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  color: #757575;
  display: flex;
  gap: 6px;
}
.news-list-card .news-date::before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../svg/event-calendar-icon-14.svg) no-repeat center/contain;
  flex: none;
  position: relative;
  top: 2px;
}

.pagination {
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (max-width: 575px) {
  .pagination {
    gap: 10px;
  }
}
.pagination li {
  margin: 0;
}
.pagination li a.page-link {
  min-width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 0 !important;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: #262626;
}
.pagination li a.page-link:hover {
  background: #C00000;
  border-color: #C00000;
  color: #ffffff;
}
.pagination li a.page-link.disabled {
  cursor: not-allowed;
}
.pagination li.prev a, .pagination li.next a {
  width: auto;
  padding-inline: 18px;
  min-width: 95px;
}
@media all and (max-width: 575px) {
  .pagination li.prev a, .pagination li.next a {
    min-width: auto;
  }
}
.pagination li.active a {
  background: #C00000;
  border-color: #C00000;
  color: #ffffff;
}

.news-grid-wrapper {
  display: flex;
  gap: 60px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .news-grid-wrapper {
    gap: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .news-grid-wrapper {
    gap: 40px;
  }
}
@media all and (max-width: 1200px) {
  .news-grid-wrapper {
    flex-wrap: wrap;
    gap: 40px;
  }
}

.news-grid-left {
  width: 300px;
  flex: none;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .news-grid-left {
    width: 220px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .news-grid-left {
    width: 220px;
  }
}
@media all and (max-width: 1200px) {
  .news-grid-left {
    order: 1;
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 767px) {
  .news-grid-left {
    width: 100%;
  }
}

.news-grid-right {
  width: 300px;
  flex: none;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .news-grid-right {
    width: 250px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .news-grid-right {
    width: 250px;
  }
}
@media all and (max-width: 1200px) {
  .news-grid-right {
    order: 2;
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 767px) {
  .news-grid-right {
    width: 100%;
  }
}

.news-grid-center {
  width: 100%;
}
@media all and (max-width: 1200px) {
  .news-grid-center {
    order: 0;
  }
}

.video-block-screen {
  position: relative;
}
.video-block-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.video-block-screen .video-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 45px;
}
.video-block-screen .video-play-icon img {
  width: 100%;
}

.portrait-image {
  aspect-ratio: 1/1.7;
  object-fit: cover;
}

.landscape-image {
  aspect-ratio: 2/1.1;
  object-fit: cover;
}

.video-block-info h3 a {
  display: block;
}
.video-block-info h3:last-child {
  margin-bottom: 0;
}

.video-modal {
  max-width: 1020px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .video-modal {
    max-width: 900px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .video-modal {
    max-width: 900px;
  }
}
@media all and (max-width: 1200px) {
  .video-modal {
    max-width: 900px;
  }
}
@media all and (max-width: 991px) {
  .video-modal {
    max-width: 80%;
  }
}
@media all and (max-width: 575px) {
  .video-modal {
    max-width: 100%;
  }
}
.video-modal .modal-content {
  border-radius: 0;
}
.video-modal .modal-content .modal-body {
  padding: 0;
}
.video-modal .modal-content .modal-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #C00000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(45%, -45%);
  border: 0;
}
@media all and (max-width: 575px) {
  .video-modal .modal-content .modal-close {
    top: auto;
    bottom: -60px;
    right: 50%;
    transform: translate(50%, 0%);
  }
}
.video-modal .modal-content .modal-close img {
  max-width: 13px;
}

.download-card {
  display: flex;
  gap: 30px;
  padding: 24px;
  border: 1px solid #E1E1E1;
  height: 100%;
}
@media all and (max-width: 575px) {
  .download-card {
    gap: 20px;
    padding: 20px;
    flex-direction: column;
  }
}
.download-card .download-card-img {
  flex: none;
  width: 130px;
}
@media all and (max-width: 575px) {
  .download-card .download-card-img {
    width: 120px;
  }
}
.download-card .download-card-info {
  display: flex;
  flex-direction: column;
}
.download-card .download-card-info .btn-download {
  margin-top: auto;
}
@media all and (max-width: 575px) {
  .download-card .download-card-info .btn-download {
    margin-top: 10px;
  }
}

.vendor-card {
  display: flex;
  gap: 30px;
  padding: 24px;
  border: 1px solid #E1E1E1;
  height: 100%;
}
@media all and (max-width: 575px) {
  .vendor-card {
    gap: 20px;
    padding: 20px;
    flex-direction: column;
  }
}
.vendor-card .vendor-card-logo {
  flex: none;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  padding: 20px;
}
@media all and (max-width: 575px) {
  .vendor-card .vendor-card-logo {
    width: 120px;
  }
}
.vendor-card .vendor-card-info {
  display: flex;
  flex-direction: column;
}
.vendor-card .vendor-card-info .btn-download {
  margin-top: auto;
}
@media all and (max-width: 575px) {
  .vendor-card .vendor-card-info .btn-download {
    margin-top: 10px;
  }
}

.team-card {
  padding: 20px;
  border: 1px solid #E1E1E1;
}
@media all and (max-width: 575px) {
  .team-card {
    padding: 16px;
  }
}
.team-card .team-card-header {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
.team-card .team-card-header:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media all and (max-width: 991px) {
  .team-card .team-card-header {
    gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .team-card .team-card-header {
    margin-bottom: 12px;
  }
}
.team-card .team-card-img {
  flex: none;
  width: 106px;
}
@media all and (max-width: 991px) {
  .team-card .team-card-img {
    width: 90px;
  }
}
@media all and (max-width: 767px) {
  .team-card .team-card-img {
    width: 106px;
  }
}
@media all and (max-width: 575px) {
  .team-card .team-card-img {
    width: 70px;
  }
}
.team-card .team-card-img img {
  border-radius: 50%;
}
.team-card .team-card-info h5 {
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media all and (max-width: 575px) {
  .team-card .team-card-info h5 {
    line-height: 20px;
    margin-bottom: 4px;
  }
}
.team-card .team-card-info .designation {
  color: #757575;
  margin-bottom: 20px;
}
.team-card .team-card-info .designation:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 575px) {
  .team-card .team-card-info .designation {
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.team-card .team-card-social ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 12px;
}
.team-card .team-card-social ul li {
  list-style: none;
  margin-bottom: 0px;
}
@media all and (max-width: 575px) {
  .team-card .team-card-social ul {
    gap: 16px;
  }
}
.team-card .team-card-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(192, 0, 0, 0.1);
  border-radius: 50%;
  color: #C00000;
  font-size: 12px;
}
@media all and (max-width: 575px) {
  .team-card .team-card-social ul li a {
    width: auto;
    height: auto;
    background: transparent;
    font-size: 14px;
  }
}

.common-hero-card {
  position: relative;
  overflow: hidden;
}
.common-hero-card .common-hero-img {
  position: absolute;
  inset: 0;
}
.common-hero-card .common-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-hero-card .common-hero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52));
}
.common-hero-card .common-hero-info {
  position: relative;
  z-index: 3;
}
.common-hero-card .common-hero-info h1:last-child {
  margin: 0;
}

.solution-directry-info-btn {
  text-align: right;
}
@media all and (max-width: 1200px) {
  .solution-directry-info-btn {
    text-align: left;
    margin-top: 24px;
  }
}
@media all and (max-width: 575px) {
  .solution-directry-info-btn {
    margin-top: 20px;
  }
}

.category-hero-card {
  height: 530px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .category-hero-card {
    height: 430px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .category-hero-card {
    height: 430px;
  }
}
@media all and (max-width: 1200px) {
  .category-hero-card {
    height: 430px;
  }
}
@media all and (max-width: 575px) {
  .category-hero-card {
    height: 300px;
  }
}
.category-hero-card .common-hero-img::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.category-hero-card .common-hero-info {
  margin: 20px 20px 32px 20px;
}
@media all and (max-width: 575px) {
  .category-hero-card .common-hero-info {
    margin: 0px 0px 14px 0px;
  }
}

.lead-generation-hero .common-hero-card {
  position: relative;
  overflow: hidden;
  height: 250px;
  padding: 0;
}
@media all and (max-width: 1200px) {
  .lead-generation-hero .common-hero-card {
    height: auto;
    padding-block: 50px;
  }
}
@media all and (max-width: 991px) {
  .lead-generation-hero .common-hero-card {
    padding-inline: 20px;
  }
}
@media all and (max-width: 575px) {
  .lead-generation-hero .common-hero-card {
    padding-block: 40px;
  }
}
@media all and (max-width: 991px) {
  .lead-generation-hero .common-hero-info {
    text-align: center;
  }
}
.lead-generation-hero .common-hero-info h1 {
  color: #ffffff;
}
.lead-generation-hero .common-hero-info p, .lead-generation-hero .common-hero-info blockquote {
  color: rgba(255, 255, 255, 0.6);
}

.content-submission-hero .common-hero-card {
  height: 130px;
}
.content-submission-hero .common-hero-card .common-hero-info {
  position: relative;
  z-index: 3;
}
.content-submission-hero .common-hero-card .common-hero-info h1 {
  color: #ffffff;
}
.content-submission-hero .common-hero-card .common-hero-info p, .content-submission-hero .common-hero-card .common-hero-info blockquote {
  color: rgba(255, 255, 255, 0.6);
}

.directory-card, .service-card {
  border: 1px solid #E1E1E1;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media all and (max-width: 575px) {
  .directory-card, .service-card {
    padding: 20px;
  }
}
.directory-card .directory-card-header, .directory-card .service-card-header, .service-card .directory-card-header, .service-card .service-card-header {
  height: 40px;
}
@media all and (max-width: 575px) {
  .directory-card .directory-card-header, .directory-card .service-card-header, .service-card .directory-card-header, .service-card .service-card-header {
    height: 30px;
  }
}
.directory-card .directory-card-header img, .directory-card .service-card-header img, .service-card .directory-card-header img, .service-card .service-card-header img {
  max-height: 100%;
  width: auto;
}
.directory-card .directory-card-body, .directory-card .service-card-body, .service-card .directory-card-body, .service-card .service-card-body {
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 24px;
  border-top: 1px solid #E1E1E1;
}
.directory-card .directory-card-body h5, .directory-card .service-card-body h5, .service-card .directory-card-body h5, .service-card .service-card-body h5 {
  font-weight: 600;
  margin-bottom: 10px;
}
.directory-card .directory-card-footer, .directory-card .service-card-footer, .service-card .directory-card-footer, .service-card .service-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.directory-contact-card {
  background: rgba(170, 170, 170, 0.1);
  padding: 16px;
  margin-top: 20px;
}
.directory-contact-card ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}
.directory-contact-card ul li {
  list-style: none;
  margin-bottom: 0px;
}
.directory-contact-card ul:last-child {
  margin-bottom: 0;
}
.directory-contact-card ul li a,
.directory-contact-card ul li address {
  font-size: 13px;
  line-height: 16px;
  color: #262626;
  display: flex;
  align-items: center;
  margin: 0;
  gap: 14px;
}
.directory-contact-card ul li a::before,
.directory-contact-card ul li address::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex: none;
  background-color: rgba(192, 0, 0, 0.1);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
}
.directory-contact-card ul li a:hover {
  color: #C00000;
}
.directory-contact-card ul li.directory-contact-address address::before {
  background-image: url(../svg/directory-location-icon-14.svg);
}
.directory-contact-card ul li.directory-contact-call a::before {
  background-image: url(../svg/directory-call-icon-14.svg);
}
.directory-contact-card ul li.directory-contact-mail a::before {
  background-image: url(../svg/directory-envelope-icon-14.svg);
}
.directory-contact-card ul li.directory-contact-website a::before {
  background-image: url(../svg/directory-globe-icon-14.svg);
}

.directory-social-list {
  display: flex;
  gap: 14px;
}
.directory-social-list a {
  width: 30px;
  height: 30px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: none;
}
.directory-social-list .directory-social-facebook a {
  color: #1876f2;
  background: rgba(24, 118, 242, 0.1);
}
.directory-social-list .directory-social-twitter a {
  color: #16A1F2;
  background: rgba(22, 161, 242, 0.1);
}
.directory-social-list .directory-social-linkedin a {
  color: #0071AC;
  background: rgba(0, 113, 172, 0.1);
}
.directory-social-list .directory-social-youtube a {
  color: #FF4000;
  background: rgba(255, 64, 0, 0.1);
}

.btn-contact.arrow-up::after {
  transform: rotate(-180deg);
}

.directory-card-body {
  position: relative;
}
.directory-card-body .full-text {
  display: none;
}
.directory-card-body.content-visible .half-text {
  display: none;
}
.directory-card-body.content-visible .full-text {
  display: block;
}

.diectory-masonry, .service-diectory {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
@media all and (max-width: 575px) {
  .diectory-masonry, .service-diectory {
    margin: -15px;
  }
}
.diectory-masonry-item, .service-diectory-item {
  width: 33.3%;
  padding: 20px;
}
@media all and (max-width: 1200px) {
  .diectory-masonry-item, .service-diectory-item {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .diectory-masonry-item, .service-diectory-item {
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  .diectory-masonry-item, .service-diectory-item {
    padding: 15px;
  }
}

.directory-card-contact.directory-card-contact-show .collapse {
  display: block;
}

.service-card-header, .service-card-image {
  display: flex;
  flex-direction: column;
  height: auto !important;
  gap: 10px;
}
.service-card-header img, .service-card-image img {
  max-height: 110px !important;
  height: auto !important;
  width: auto !important;
}
.service-card-header h5, .service-card-image h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-style: italic;
  margin: 0;
}

.buy-options {
  display: flex;
  align-items: center;
  gap: 20px;
}
.buy-options h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.buy-options ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.buy-options ul li {
  list-style: none;
  margin-bottom: 0px;
}
.buy-options ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}
.buy-options ul li a img {
  width: 100%;
}

.service-diectory-heading {
  margin-bottom: 40px;
}

.article-ad,
.long-height-ad {
  display: block;
}
.article-ad img,
.long-height-ad img {
  width: 100%;
  max-width: 100%;
}

.training-certificate-card {
  display: flex;
  align-items: center;
  background: rgba(222, 0, 0, 0.02);
  border: 1px solid rgba(222, 0, 0, 0.1);
  padding: 26px;
}
@media all and (max-width: 575px) {
  .training-certificate-card {
    padding: 20px;
  }
}
.training-certificate-card i {
  flex: none;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #DE0000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media all and (max-width: 575px) {
  .training-certificate-card i {
    width: 56px;
    height: 56px;
  }
}
.training-certificate-card i img {
  max-width: 70%;
  max-height: 70%;
  filter: brightness(0) invert(1);
}
.training-certificate-card p, .training-certificate-card blockquote {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #262626;
  margin: 0;
}
@media all and (max-width: 575px) {
  .training-certificate-card p, .training-certificate-card blockquote {
    font-size: 20px;
    line-height: 20px;
  }
}

.thankyou-card {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  border: 1px solid #E1E1E1;
  padding: 40px;
  position: relative;
}
@media all and (max-width: 991px) {
  .thankyou-card {
    flex-direction: column;
  }
}
@media all and (max-width: 575px) {
  .thankyou-card {
    gap: 20px;
    padding: 20px;
  }
}
.thankyou-card-img {
  flex: none;
  width: 260px;
}
@media all and (max-width: 575px) {
  .thankyou-card-img {
    width: 100%;
  }
}
.thankyou-card-img img {
  width: 100%;
  height: auto;
}
.thankyou-card-icon {
  flex: none;
  width: 150px;
  height: 150px;
  background: #b7b7b712;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 575px) {
  .thankyou-card-icon {
    width: 100px;
    height: 100px;
    padding: 14px;
  }
}
.thankyou-card-icon img {
  width: 100%;
  height: auto;
}
.thankyou-card-icon + .thankyou-card-content {
  align-self: center;
}
@media all and (max-width: 991px) {
  .thankyou-card-icon + .thankyou-card-content {
    align-self: flex-start;
  }
}
.thankyou-card-content p, .thankyou-card-content blockquote {
  font-size: 18px;
  line-height: 30px;
}
@media all and (max-width: 575px) {
  .thankyou-card-content p, .thankyou-card-content blockquote {
    font-size: 16px;
    line-height: 26px;
  }
}
.thankyou-card-content .btn, .thankyou-card-content .return-to-shop .wc-backward, .return-to-shop .thankyou-card-content .wc-backward, .thankyou-card-content input[type=submit], .thankyou-card-content button[type=submit] {
  margin-top: 20px;
}
.thankyou-card .thankyou-coupon-code {
  flex: none;
  font-size: 18px;
  font-weight: 600;
  color: #DE0000;
  border: 2px dashed #DE0000;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  width: max-content;
  background: rgba(222, 0, 0, 0.02);
  margin-left: auto;
}
@media all and (max-width: 991px) {
  .thankyou-card .thankyou-coupon-code {
    margin-left: 0;
    position: absolute;
    top: 40px;
    right: 40px;
  }
}
@media all and (max-width: 575px) {
  .thankyou-card .thankyou-coupon-code {
    top: 20px;
    right: 20px;
    font-size: 15px;
    padding: 6px 16px;
  }
}

.thankyou-sample-img {
  text-align: center;
}
.thankyou-sample-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.all-news-link {
  display: flex;
  align-items: center;
}
.all-news-link a {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../svg/external-link-icon-14.svg) no-repeat center/contain;
  position: relative;
  top: 1px;
}
.all-news-link a:hover {
  background: url(../svg/external-link-icon-hover-14.svg) no-repeat center/contain;
}

.row-style-1 {
  display: flex;
  margin: 0 -12px;
}
@media all and (max-width: 767px) {
  .row-style-1 {
    flex-wrap: wrap;
    row-gap: 24px;
  }
}
.row-style-1 .row-style-1-col {
  padding: 0 12px;
  width: 50%;
}
@media all and (max-width: 575px) {
  .row-style-1 .row-style-1-col {
    width: 100%;
  }
}
.row-style-1 .row-style-1-col:last-child {
  width: 30%;
  flex: none;
}
@media all and (max-width: 767px) {
  .row-style-1 .row-style-1-col:last-child {
    width: 100%;
  }
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .row-style-1 .row-style-1-col .news-list-card {
    padding-block: 16px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .row-style-1 .row-style-1-col .news-list-card {
    padding-block: 16px;
  }
}
@media all and (max-width: 1200px) {
  .row-style-1 .row-style-1-col .news-list-card {
    padding-block: 16px;
  }
}
.row-style-1 .row-style-1-col .news-list-card:first-child {
  padding-top: 0;
  border-top: 0;
}
.row-style-1 .row-style-1-col .news-list-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.category-grid-with-ad {
  flex-wrap: nowrap;
}
@media all and (max-width: 991px) {
  .category-grid-with-ad {
    flex-wrap: wrap;
  }
}
.category-grid-with-ad > [class*=col] {
  width: calc(100% - 350px);
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .category-grid-with-ad > [class*=col] {
    width: calc(100% - 300px);
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .category-grid-with-ad > [class*=col] {
    width: calc(100% - 300px);
  }
}
@media all and (max-width: 1200px) {
  .category-grid-with-ad > [class*=col] {
    width: calc(100% - 300px);
  }
}
@media all and (max-width: 991px) {
  .category-grid-with-ad > [class*=col] {
    width: 100%;
  }
}
.category-grid-with-ad > [class*=col]:nth-child(2) {
  width: 350px;
  padding-left: 40px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .category-grid-with-ad > [class*=col]:nth-child(2) {
    width: 300px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .category-grid-with-ad > [class*=col]:nth-child(2) {
    width: 300px;
  }
}
@media all and (max-width: 1200px) {
  .category-grid-with-ad > [class*=col]:nth-child(2) {
    width: 300px;
    padding-left: 20px;
  }
}
@media all and (max-width: 991px) {
  .category-grid-with-ad > [class*=col]:nth-child(2) {
    width: 100%;
    padding-left: 12px;
  }
}

.long-height-ad {
  position: sticky;
  top: 50px;
}

@media all and (max-width: 991px) {
  .img-block-style-1 {
    row-gap: 40px;
  }
}
@media all and (max-width: 575px) {
  .img-block-style-1 {
    row-gap: 30px;
  }
}
.img-block-style-1 .block-img {
  margin-right: 20px;
}
@media all and (max-width: 1200px) {
  .img-block-style-1 .block-img {
    margin-right: 10px;
  }
}
@media all and (max-width: 991px) {
  .img-block-style-1 .block-img {
    margin-right: 0;
  }
}
.img-block-style-1 .block-heading {
  margin-right: 20px;
}
@media all and (max-width: 1200px) {
  .img-block-style-1 .block-heading {
    margin-right: 10px;
  }
}
@media all and (max-width: 991px) {
  .img-block-style-1 .block-heading {
    margin-right: 0;
  }
}
.img-block-style-1 .block-heading .h1 {
  margin-bottom: 46px;
}
@media all and (max-width: 575px) {
  .img-block-style-1 .block-heading .h1 {
    margin-bottom: 25px;
  }
}
.img-block-style-1 .block-info {
  margin-left: 20px;
}
@media all and (max-width: 1200px) {
  .img-block-style-1 .block-info {
    margin-left: 10px;
  }
}
@media all and (max-width: 991px) {
  .img-block-style-1 .block-info {
    margin-left: 0;
  }
}
.img-block-style-1 .block-info h2, .img-block-style-1 .block-info .widget h3, .widget .img-block-style-1 .block-info h3 {
  margin-bottom: 20px;
}
.img-block-style-1 .block-info h2:last-child, .img-block-style-1 .block-info .widget h3:last-child, .widget .img-block-style-1 .block-info h3:last-child {
  margin-bottom: 0;
}
.img-block-style-1 .block-info p, .img-block-style-1 .block-info blockquote {
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .img-block-style-1 .block-info p, .img-block-style-1 .block-info blockquote {
    margin-bottom: 20px;
  }
}
.img-block-style-1 .block-info p:last-child, .img-block-style-1 .block-info blockquote:last-child {
  margin-bottom: 0;
}
.img-block-style-1 .block-info ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.img-block-style-1 .block-info ul li {
  list-style: none;
  margin-bottom: 0px;
}
@media all and (max-width: 575px) {
  .img-block-style-1 .block-info ul {
    gap: 15px;
    margin-bottom: 20px;
  }
}
.img-block-style-1 .block-info ul:last-child {
  margin-bottom: 0;
}
.img-block-style-1 .block-info ul li {
  width: calc(50% - 15px);
  position: relative;
  padding-left: 44px;
}
@media all and (max-width: 575px) {
  .img-block-style-1 .block-info ul li {
    width: 100%;
    padding-left: 34px;
  }
}
.img-block-style-1 .block-info ul li::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../svg/block-content-check-icon-14.svg) no-repeat center/contain;
}
@media all and (max-width: 575px) {
  .img-block-style-1 .block-info ul li::before {
    width: 20px;
    height: 20px;
    top: 2px;
  }
}

.img-block-style-1-reverse {
  flex-direction: row-reverse;
}
.img-block-style-1-reverse .block-img {
  margin-right: 0px;
  margin-left: 20px;
}
@media all and (max-width: 1200px) {
  .img-block-style-1-reverse .block-img {
    margin-left: 10px;
  }
}
@media all and (max-width: 991px) {
  .img-block-style-1-reverse .block-img {
    margin-left: 0;
  }
}
.img-block-style-1-reverse .block-info {
  margin-left: 0px;
  margin-right: 20px;
}
@media all and (max-width: 1200px) {
  .img-block-style-1-reverse .block-info {
    margin-right: 10px;
  }
}
@media all and (max-width: 991px) {
  .img-block-style-1-reverse .block-info {
    margin-right: 0;
  }
}

.img-block-style-2 .block-img {
  margin-right: 30px;
}
@media all and (max-width: 1200px) {
  .img-block-style-2 .block-img {
    margin-right: 10px;
  }
}
@media all and (max-width: 991px) {
  .img-block-style-2 .block-img {
    margin-right: 0;
  }
}
.img-block-style-2 .block-info {
  margin-left: 30px;
}
@media all and (max-width: 1200px) {
  .img-block-style-2 .block-info {
    margin-left: 10px;
  }
}
@media all and (max-width: 991px) {
  .img-block-style-2 .block-info {
    margin-left: 0;
  }
}
.img-block-style-2 .block-info h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
.img-block-style-2 .block-info h3:last-child {
  margin-bottom: 0;
}
.img-block-style-2 .block-info p, .img-block-style-2 .block-info blockquote {
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .img-block-style-2 .block-info p, .img-block-style-2 .block-info blockquote {
    margin-bottom: 20px;
  }
}
.img-block-style-2 .block-info p:last-child, .img-block-style-2 .block-info blockquote:last-child {
  margin-bottom: 0;
}
.img-block-style-2 .block-info ul {
  padding-left: 16px;
}

.img-block-card-style {
  position: relative;
  padding: 80px 0;
  background-color: #F8F8FB;
}
@media all and (max-width: 1200px) {
  .img-block-card-style::before {
    content: "";
    position: absolute;
    left: -50vw;
    right: -50vw;
    top: 0;
    bottom: 0;
    background-color: #F8F8FB;
  }
}
@media all and (max-width: 575px) {
  .img-block-card-style {
    padding: 60px 0;
  }
}
.img-block-card-style .row {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 991px) {
  .img-block-card-style .row {
    row-gap: 40px;
  }
}
@media all and (max-width: 575px) {
  .img-block-card-style .row {
    row-gap: 30px;
  }
}
.img-block-card-style .section-info {
  margin-bottom: 40px;
}

.content-submission-info ul {
  padding-left: 17px;
}

.content-submission-card {
  border: 1px solid #E1E1E1;
  padding: 32px 40px 40px;
}
@media all and (max-width: 575px) {
  .content-submission-card {
    padding: 16px 20px 20px;
  }
}
.content-submission-card input[type=submit] {
  padding-right: 55px !important;
  background-image: url(../svg/submit-button-arrow-right-14.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 28px center !important;
}

.editor-container {
  border: 1px solid #F2F2F2;
}

.glossary-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .glossary-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .glossary-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
@media all and (max-width: 1200px) {
  .glossary-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
@media all and (max-width: 575px) {
  .glossary-list {
    display: block;
  }
}
.glossary-list .glossary-list-item {
  grid-column: span 4;
}
@media all and (max-width: 1200px) {
  .glossary-list .glossary-list-item {
    grid-column: span 6;
  }
}
@media all and (max-width: 575px) {
  .glossary-list .glossary-list-item {
    margin-bottom: 40px;
  }
  .glossary-list .glossary-list-item:last-child {
    margin: 0;
  }
}

.glossary-list-heading {
  height: 62px;
  background: #F7F8F8;
  display: flex;
  align-items: center;
  padding-inline: 16px;
}
@media all and (max-width: 575px) {
  .glossary-list-heading {
    height: 44px;
  }
}
.glossary-list-heading h3 {
  color: #C00000;
  margin: 0;
}

.glossary-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #E1E1E1;
  padding-block: 14px;
  border-radius: 0;
}
.glossary-accordion .accordion-header {
  font-weight: 600;
}
.glossary-accordion .accordion-header a {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.glossary-accordion .accordion-header a::after {
  content: "";
  flex: none;
  width: 16px;
  height: 16px;
  background: url(../svg/accordion-down-arrow-14.svg) no-repeat center/contain;
  position: relative;
  top: 4px;
  transform: rotate(-90deg);
  transition: 0.3s all;
}
.glossary-accordion .accordion-header a[aria-expanded=true] {
  color: #C00000;
}
.glossary-accordion .accordion-header a[aria-expanded=true]::after {
  transform: rotate(0deg);
}
.glossary-accordion .accordion-body {
  position: relative;
  padding: 10px 0 0;
}

.contact-info-wrapper {
  width: 50%;
  padding-right: 80px;
}
@media all and (max-width: 991px) {
  .contact-info-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.contact-info-wrapper .section-info {
  margin-bottom: 40px;
}

.contact-form-wrapper {
  width: 50%;
}
@media all and (max-width: 991px) {
  .contact-form-wrapper {
    width: 100%;
  }
}

.contact-info {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media all and (max-width: 575px) {
  .contact-info {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.contact-info-card {
  display: flex;
  gap: 16px;
  padding: 30px 0;
  border-bottom: 1px solid #E1E1E1;
}
@media all and (max-width: 575px) {
  .contact-info-card {
    padding: 20px 0;
  }
}
.contact-info-card:first-child {
  padding-top: 0;
}
.contact-info-card:last-child {
  padding-bottom: 0;
  border: 0;
}
.contact-info-card i {
  flex: none;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(192, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 575px) {
  .contact-info-card i {
    width: 44px;
    height: 44px;
  }
}
.contact-info-card i img {
  max-height: 26px;
  max-width: 26px;
}
@media all and (max-width: 575px) {
  .contact-info-card i img {
    max-width: 20px;
    max-height: 20px;
  }
}
.contact-info-card h3 {
  margin-bottom: 3px;
}
.contact-info-card h3 span {
  color: #C00000;
}
.contact-info-card h3 span a {
  color: inherit;
}
.contact-info-card p a, .contact-info-card blockquote a {
  color: inherit;
}
.contact-info-card p a:hover, .contact-info-card blockquote a:hover {
  color: #C00000;
  text-decoration: none;
}

.contact-social ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-social ul li {
  list-style: none;
  margin-bottom: 0px;
}
@media all and (max-width: 575px) {
  .contact-social ul {
    gap: 16px;
  }
}
.contact-social ul li a {
  width: 46px;
  height: 46px;
  border: 1px solid #E1E1E1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: inherit;
  padding-top: 2px;
}
@media all and (max-width: 575px) {
  .contact-social ul li a {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
}
.contact-social ul li.social-facebook {
  color: #3B5998;
}
.contact-social ul li.social-twitter {
  color: #16A1F2;
}
.contact-social ul li.social-linkedin {
  color: #0077B5;
}
.contact-social ul li.social-youtube {
  color: #FF4000;
}

.contact-wrapper {
  display: flex;
  justify-content: space-between;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .contact-wrapper {
    padding: 0;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .contact-wrapper {
    padding: 0;
  }
}
@media all and (max-width: 1200px) {
  .contact-wrapper {
    padding: 0;
  }
}
@media all and (max-width: 991px) {
  .contact-wrapper {
    flex-direction: column;
    gap: 50px;
  }
}

.contact-card {
  padding: 40px;
}
@media all and (max-width: 1200px) {
  .contact-card {
    padding: 30px;
    margin-left: -40px;
  }
}
@media all and (max-width: 991px) {
  .contact-card {
    padding: 40px;
    margin: 0;
  }
}
@media all and (max-width: 575px) {
  .contact-card {
    padding: 20px;
  }
}
.contact-card .input-wrapper {
  margin-bottom: 20px;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 24px !important;
  grid-row-gap: 30px !important;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  background: transparent !important;
  border: 0 !important;
  margin-top: 8px !important;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 26px !important;
  color: #DE0000 !important;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
  letter-spacing: -0.02em !important;
  text-transform: capitalize !important;
  color: #262626 !important;
  margin-bottom: 10px !important;
}
.gform_wrapper.gravity-theme .gfield_label sup {
  color: #ff2323;
  top: -1px;
  font-size: 15px;
  margin-left: 1px;
}
.gform_wrapper.gravity-theme .gfield_error label {
  color: #262626;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  margin-top: 0;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: rgba(222, 0, 0, 0.1);
}
.gform_wrapper.gravity-theme .gform_validation_errors h2, .gform_wrapper.gravity-theme .gform_validation_errors .widget h3, .widget .gform_wrapper.gravity-theme .gform_validation_errors h3 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
  position: initial;
  color: #DE0000;
}
.gform_wrapper.gravity-theme .gform_validation_errors h2 .gform-icon, .gform_wrapper.gravity-theme .gform_validation_errors .widget h3 .gform-icon, .widget .gform_wrapper.gravity-theme .gform_validation_errors h3 .gform-icon {
  height: 18px;
  top: 19px;
}
.gform_wrapper.gravity-theme .gform_footer {
  margin-top: 30px !important;
  padding: 0 !important;
}
.gform_wrapper.gravity-theme .gform_footer input {
  margin: 0 !important;
}

.gform_confirmation_message {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
@media all and (max-width: 575px) {
  .gform_confirmation_message {
    font-size: 18px;
  }
}

.mce-top-part::before {
  box-shadow: none !important;
}

div.wpforms-container-full {
  margin: 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0 !important;
  margin-bottom: 30px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field textarea, div.wpforms-container-full .wpforms-form .wpforms-field select, div.wpforms-container-full .wpforms-form .wpforms-field input[type=week], div.wpforms-container-full .wpforms-form .wpforms-field input[type=time], div.wpforms-container-full .wpforms-form .wpforms-field input[type=month], div.wpforms-container-full .wpforms-form .wpforms-field input[type=datetime-local], div.wpforms-container-full .wpforms-form .wpforms-field input[type=datetime], div.wpforms-container-full .wpforms-form .wpforms-field input[type=date], div.wpforms-container-full .wpforms-form .wpforms-field input[type=color], div.wpforms-container-full .wpforms-form .wpforms-field input[type=url], div.wpforms-container-full .wpforms-form .wpforms-field input[type=text], div.wpforms-container-full .wpforms-form .wpforms-field input[type=tel], div.wpforms-container-full .wpforms-form .wpforms-field input[type=search], div.wpforms-container-full .wpforms-form .wpforms-field input[type=password], div.wpforms-container-full .wpforms-form .wpforms-field input[type=select], div.wpforms-container-full .wpforms-form .wpforms-field input[type=number], div.wpforms-container-full .wpforms-form .wpforms-field input[type=email] {
  width: 100%;
  height: 46px;
  border: 1px solid #E8E8E8 !important;
  background-color: #F4F5F6 !important;
  padding: 0 20px !important;
  border-radius: 0px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  font-family: "Inter", sans-serif !important;
  color: #757575;
  transition: 0.3s ease-in-out;
  outline: none;
  position: relative;
}
div.wpforms-container-full .wpforms-form label.wpforms-field-label {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
  letter-spacing: -0.02em !important;
  text-transform: capitalize !important;
  color: #262626 !important;
  margin-bottom: 10px !important;
}
div.wpforms-container-full .wpforms-form label.wpforms-field-label sup {
  color: #ff2323;
  top: -1px;
  font-size: 15px;
  margin-left: 1px;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
  background: transparent !important;
  border: 0 !important;
  margin-top: 8px !important;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 26px !important;
  color: #DE0000 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit]::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
  background: url(../svg/submit-button-arrow-right-14.svg) no-repeat center/contain;
  margin-left: 10px;
}

.card-bg div.wpforms-container-full .wpforms-form .wpforms-field textarea, .card-bg div.wpforms-container-full .wpforms-form .wpforms-field select, .card-bg div.wpforms-container-full .wpforms-form .wpforms-field input[type=week], .card-bg div.wpforms-container-full .wpforms-form .wpforms-field input[type=time], .card-bg div.wpforms-container-full .wpforms-form .wpforms-field input[type=month], .card-bg div.wpforms-container-full .wpforms-form .wpforms-field input[type=datetime-local], .card-bg div.wpforms-container-full .wpforms-form .wpforms-field input[type=datetime], .card-bg div.wpforms-container-full .wpforms-form .wpforms-field input[type=date], .card-bg div.wpforms-container-full .wpforms-form .wpforms-field input[type=color], .card-bg div.wpforms-container-full .wpforms-form .wpforms-field input[type=url], .card-bg div.wpforms-container-full .wpforms-form .wpforms-field input[type=text], .card-bg div.wpforms-container-full .wpforms-form .wpforms-field input[type=tel], .card-bg div.wpforms-container-full .wpforms-form .wpforms-field input[type=search], .card-bg div.wpforms-container-full .wpforms-form .wpforms-field input[type=password], .card-bg div.wpforms-container-full .wpforms-form .wpforms-field input[type=select], .card-bg div.wpforms-container-full .wpforms-form .wpforms-field input[type=number], .card-bg div.wpforms-container-full .wpforms-form .wpforms-field input[type=email] {
  background-color: #ffffff !important;
}

@media all and (max-width: 1200px) {
  .lead-generation-content {
    margin-bottom: 40px;
  }
}
.lead-generation-content h3 {
  font-weight: 600;
}
.lead-generation-content ul,
.lead-generation-content ol {
  margin-bottom: 22px;
}
.lead-generation-content .note {
  background: rgba(0, 0, 0, 0.03);
  padding: 20px;
  font-style: italic;
  font-size: 13px;
  line-height: 23px;
}
@media all and (max-width: 991px) {
  .lead-generation-content .lead-generation-img {
    max-width: 305px;
    margin: 20px auto 0;
  }
}
@media all and (max-width: 575px) {
  .lead-generation-content .lead-generation-img {
    max-width: 220px;
  }
}

.lead-generation-form-card {
  position: relative;
  margin-top: -180px;
  margin-left: 25px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .lead-generation-form-card {
    margin-left: 0;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .lead-generation-form-card {
    margin-left: 0;
  }
}
@media all and (max-width: 1200px) {
  .lead-generation-form-card {
    margin: 0;
  }
}

.lead-generation-card-header .nav-tabs {
  border: 0;
}
.lead-generation-card-header .nav-tabs .nav-item {
  width: 50%;
  margin: 0;
}
.lead-generation-card-header .nav-tabs .nav-item .nav-link {
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: #ffffff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #000000;
}
@media all and (max-width: 575px) {
  .lead-generation-card-header .nav-tabs .nav-item .nav-link {
    height: 48px;
    font-size: 12px;
  }
}
.lead-generation-card-header .nav-tabs .nav-item .nav-link.active {
  background: transparent;
}
.lead-generation-card-header .nav-tabs .nav-item .nav-link.register-tab {
  color: #C00000;
}
.lead-generation-card-header .nav-tabs .nav-item .nav-link.register-tab::before {
  content: "";
  width: 17px;
  height: 16px;
  background: url(../svg/register-to-access-icon-14.svg) no-repeat center/contain;
  margin-right: 10px;
}
@media all and (max-width: 575px) {
  .lead-generation-card-header .nav-tabs .nav-item .nav-link.register-tab::before {
    width: 13px;
    height: 12px;
    margin-right: 6px;
  }
}
.lead-generation-card-header .nav-tabs .nav-item .nav-link.login-tab::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../svg/login-as-expert-icon-14.svg) no-repeat center/contain;
  margin-right: 10px;
  position: relative;
  bottom: 1px;
}
@media all and (max-width: 575px) {
  .lead-generation-card-header .nav-tabs .nav-item .nav-link.login-tab::before {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    bottom: 0px;
  }
}

.lead-generation-card-body {
  padding: 20px 40px 40px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .lead-generation-card-body {
    padding: 20px 30px 30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .lead-generation-card-body {
    padding: 20px 30px 30px;
  }
}
@media all and (max-width: 575px) {
  .lead-generation-card-body {
    padding: 20px 16px;
  }
}

.lead-generation-card-heading {
  margin-bottom: 30px;
}
.lead-generation-card-heading h2, .lead-generation-card-heading .widget h3, .widget .lead-generation-card-heading h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media all and (max-width: 575px) {
  .lead-generation-card-heading h2, .lead-generation-card-heading .widget h3, .widget .lead-generation-card-heading h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
.lead-generation-card-heading p, .lead-generation-card-heading blockquote {
  font-size: 13px;
  line-height: 23px;
}

.lead-generation-form .salesforce_w2l_lead form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 575px) {
  .lead-generation-form .salesforce_w2l_lead form {
    row-gap: 0;
  }
}
.lead-generation-form .salesforce_w2l_lead .sf_field {
  width: calc(50% - 10px);
}
@media all and (max-width: 575px) {
  .lead-generation-form .salesforce_w2l_lead .sf_field {
    width: 100%;
  }
}
.lead-generation-form .salesforce_w2l_lead .sf_field .w2linput.text {
  width: 100%;
  height: 46px;
  border: 1px solid #E8E8E8 !important;
  background-color: white !important;
  padding: 0 20px !important;
  border-radius: 0px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  font-family: "Inter", sans-serif !important;
  color: #757575;
  transition: 0.3s ease-in-out;
  outline: none;
  position: relative;
}

.sf_required_fields_msg {
  display: none !important;
}

.authers-profile-card {
  display: flex;
  gap: 20px;
  background: #fdfdfd;
  padding: 40px;
  border: 1px solid #E1E1E1;
}
@media all and (max-width: 991px) {
  .authers-profile-card {
    flex-direction: column;
  }
}
@media all and (max-width: 575px) {
  .authers-profile-card {
    gap: 20px;
    padding: 20px;
  }
}

.authers-profile-figure {
  width: 100px;
  height: 100px;
  flex: none;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #E1E1E1;
}

.authers-profile-post {
  margin-bottom: 20px;
}
.authers-profile-post ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.authers-profile-post ul li {
  list-style: none;
  margin-bottom: 0px;
}
.authers-profile-post ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.authers-profile-post ul li a {
  color: #262626;
}
.authers-profile-post ul li a:hover {
  color: #C00000;
}
.authers-profile-post ul li.email::before {
  content: "";
  flex: none;
  width: 20px;
  height: 20px;
  background: url(../svg/envelope-icon-14.svg) no-repeat center/85%;
  filter: brightness(0.4) invert(1);
}
.authers-profile-post ul li.website::before {
  content: "";
  flex: none;
  width: 20px;
  height: 20px;
  background: url(../svg/globe-icon-14.svg) no-repeat center/contain;
  filter: brightness(0.6) invert(1);
}
.authers-profile-post ul li.phone::before {
  content: "";
  flex: none;
  width: 20px;
  height: 20px;
  background: url(../svg/phone-icon-14.svg) no-repeat center/85%;
}

.single-post-author-social {
  margin-bottom: 20px;
}
@media all and (max-width: 575px) {
  .single-post-author-social {
    margin-bottom: 14px;
  }
}
.single-post-author-social ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.single-post-author-social ul li {
  list-style: none;
  margin-bottom: 0px;
}
@media all and (max-width: 575px) {
  .single-post-author-social ul {
    gap: 12px;
  }
}
.single-post-author-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(192, 0, 0, 0.12);
  color: #C00000;
}

.pr-firm-profile-card {
  background: #fdfdfd;
  padding: 40px;
  border: 1px solid #E1E1E1;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 575px) {
  .pr-firm-profile-card {
    padding: 20px;
  }
}
.pr-firm-profile-card h3 {
  font-weight: 400;
  margin-bottom: 5px;
}
.pr-firm-profile-card h6 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #757575;
  margin: 0;
}
.pr-firm-profile-card div + div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 40px;
}
.pr-firm-profile-card .single-post-author-call {
  display: flex;
  align-items: center;
  color: #757575;
  gap: 12px;
}
.pr-firm-profile-card .single-post-author-call::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #E1E1E1;
  background: #ffffff url(../svg/phone-call-icon-red-14.svg) no-repeat center/16px;
}
.pr-firm-profile-card .single-post-author-website {
  display: flex;
  align-items: center;
  color: #757575;
  gap: 12px;
}
.pr-firm-profile-card .single-post-author-website::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #E1E1E1;
  background: #ffffff url(../svg/link-icon-red-14.svg) no-repeat center/16px;
}

.error404 .header-advertisement {
  padding-bottom: 0;
}

.content-404 {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}
.content-404 h1 {
  font-size: 40px;
  line-height: 46px;
}
.content-404 p, .content-404 blockquote {
  margin-bottom: 30px;
}

.tag-26 {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  width: max-content;
  margin-bottom: 14px;
}
.tag-26::after {
  content: "";
  position: absolute;
  height: 7px;
  bottom: 0px;
  left: 0;
  right: 2px;
  background: currentcolor;
  opacity: 0.1;
}
.tag-26:last-child {
  margin-bottom: 0;
}

.tag-text a {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tag-top-stories {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #FFFFFF;
  background: #D2AC48;
  text-transform: uppercase;
}
.tag-top-stories::before {
  content: "";
  display: inline-block;
  position: relative;
  height: 12px;
  width: 14px;
  background: url(../icon-crown-white-14.html) no-repeat center/contain;
  margin-right: 10px;
  top: 1px;
}

.tag-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  margin-bottom: 26px;
}
@media all and (max-width: 767px) {
  .tag-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media all and (max-width: 575px) {
  .tag-heading {
    margin-bottom: 24px;
  }
}
.tag-heading h2, .tag-heading .widget h3, .widget .tag-heading h3 {
  margin: 0;
  width: 100%;
}
.tag-heading h2:last-child, .tag-heading .widget h3:last-child, .widget .tag-heading h3:last-child {
  margin-bottom: 0;
}

.slider-navigation {
  width: 76px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .slider-navigation {
    width: 100%;
    justify-content: center;
    gap: 20px;
    padding-top: 24px;
    display: none;
  }
}
.slider-navigation .swiper-button {
  width: 28px;
  height: 28px;
  position: inherit;
  margin: 0;
  border-radius: 50%;
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s all;
  user-select: none;
}
.slider-navigation .swiper-button:hover {
  background: #C00000;
  border-color: #C00000;
}
.slider-navigation .swiper-button:hover img {
  filter: brightness(0) invert(1);
}
.slider-navigation .swiper-button::after {
  display: none;
}
.slider-navigation .swiper-button-prev img {
  margin-right: 2px;
}
.slider-navigation .swiper-button-disabled {
  opacity: 1;
}

.slider-navigation-mobile {
  display: none;
}
@media all and (max-width: 767px) {
  .slider-navigation-mobile {
    display: flex;
  }
}

.swiper-slide .with-border {
  margin-bottom: 1px;
}

@media all and (max-width: 1200px) {
  .most-popular-blog {
    padding-right: 0px;
  }
}
@media all and (max-width: 991px) {
  .most-popular-blog {
    margin-bottom: 35px;
  }
}

.popular-authors {
  padding: 24px 10px 0 24px;
  border: 1px solid #E1E1E1;
}
@media all and (max-width: 1200px) {
  .popular-authors {
    padding: 20px 10px 0 20px;
  }
}
@media all and (max-width: 991px) {
  .popular-authors {
    padding: 24px 10px 0 24px;
  }
}
@media all and (max-width: 575px) {
  .popular-authors {
    padding: 16px 6px 16px 16px;
  }
}
.popular-authors ul {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  -moz-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  padding-right: 14px;
}
.popular-authors ul li {
  list-style: none;
  margin-bottom: 0px;
}
.popular-authors ul::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}
.popular-authors ul::-moz-scrollbar {
  width: 4px;
  border-radius: 2px;
}
.popular-authors ul::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 2px;
  background: #E1E1E1;
}
.popular-authors ul li:first-child .popular-author-card {
  padding-top: 0;
}
.popular-authors ul li:last-child .popular-author-card {
  border: none;
}

.popular-author-card {
  display: flex;
  gap: 12px;
  padding: 24px 0;
  border-bottom: 1px solid #E1E1E1;
}

.popular-author-img {
  flex: none;
  width: 60px;
}
@media all and (max-width: 1200px) {
  .popular-author-img {
    width: 50px;
  }
}
@media all and (max-width: 991px) {
  .popular-author-img {
    width: 60px;
  }
}
.popular-author-img a {
  display: block;
}
.popular-author-img img {
  border-radius: 50%;
}

.popular-author-info h3 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #262626;
  margin-bottom: 6px;
}
@media all and (max-width: 1200px) {
  .popular-author-info h3 {
    font-size: 14px;
    line-height: 16px;
  }
}
@media all and (max-width: 991px) {
  .popular-author-info h3 {
    font-size: 16px;
    line-height: 19px;
  }
}
.popular-author-info h3 a {
  color: inherit;
}
.popular-author-info h3 a:hover {
  color: #C00000;
}
.popular-author-info h3 .post-badge {
  height: 20px;
  display: inline-block;
  align-items: center;
  padding: 0 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #FFFFFF;
  background: #262626;
  border-radius: 50px;
  margin-left: 2px;
}
@media all and (max-width: 1200px) {
  .popular-author-info h3 .post-badge {
    height: 18px;
    font-size: 10px;
    line-height: 18px;
  }
}
@media all and (max-width: 991px) {
  .popular-author-info h3 .post-badge {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
}
.popular-author-info p, .popular-author-info blockquote {
  line-height: 15px;
  margin-bottom: 7px;
}
.popular-author-info p a:hover, .popular-author-info blockquote a:hover {
  text-decoration: none;
}
.popular-author-info a.tag-26 {
  font-size: 11px;
  line-height: 10px;
}
.popular-author-info a.tag-26::after {
  height: 4px;
}

.top-stories-card {
  position: relative;
  height: 370px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 130px;
}
@media all and (max-width: 991px) {
  .top-stories-card {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  .top-stories-card {
    height: 400px;
  }
}
.top-stories-card .top-stories-card-bg {
  position: absolute;
  inset: 0;
}
.top-stories-card .top-stories-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-stories-card .top-stories-card-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));
}

.top-stories-card-info {
  max-width: 735px;
  text-align: center;
  position: relative;
}
@media all and (max-width: 991px) {
  .top-stories-card-info {
    max-width: 85%;
  }
}
.top-stories-card-info h2, .top-stories-card-info .widget h3, .widget .top-stories-card-info h3 {
  line-height: 34px;
  letter-spacing: -0.02em;
  color: white;
  margin-bottom: 24px;
}
@media all and (max-width: 575px) {
  .top-stories-card-info h2, .top-stories-card-info .widget h3, .widget .top-stories-card-info h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.top-stories-card-info .post-details ul {
  justify-content: center;
}
.top-stories-card-info .post-details ul li {
  color: rgba(255, 255, 255, 0.7);
}
.top-stories-card-info .post-details ul li a img {
  filter: brightness(0) invert(1);
  opacity: 0.7;
}

.stories-pag-nav {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 991px) {
  .stories-pag-nav {
    bottom: 50px;
  }
}

.swiper-pagination {
  position: initial;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: white;
}

.stories-button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
.stories-button-prev {
  margin-right: 11px;
}
.stories-button-prev svg {
  margin-right: 1px;
}
.stories-button-next {
  margin-left: 11px;
}
.stories-button-next svg {
  margin-left: 1px;
}
.stories-button:hover {
  background: #C00000;
}

.pagination ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.pagination ul li {
  list-style: none;
  margin-bottom: 0px;
}
.pagination ul li a {
  text-decoration: none;
  transition: 0.3s all;
}
.pagination ul li a:hover {
  text-decoration: none;
}
.pagination ul li .page-link {
  width: 40px;
  height: 40px;
  border-radius: 0px !important;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: #262626;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  background: white;
  border: 1px solid #E1E1E1;
  padding: 0 8px;
  box-shadow: none;
}
.pagination ul li .page-link:hover {
  border-color: #C00000;
  background: #C00000;
  color: white;
}
.pagination ul li .disabled {
  width: 40px;
  height: 40px;
  border-radius: 0px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: #262626;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  background: white;
  border: 1px solid #E1E1E1;
  cursor: not-allowed;
}
.pagination ul li .disabled:hover {
  color: #262626;
  background: white;
  border: 1px solid #E1E1E1;
}
.pagination ul li.active .page-link {
  border-color: #C00000;
  background: #C00000;
  color: white;
}
.pagination ul li.prev .page-link {
  padding: 0 18px;
  width: auto;
}
@media all and (max-width: 991px) {
  .pagination ul li.prev .page-link {
    width: 40px;
    font-size: 0;
    border-radius: 0;
    background: url(../pagination-arrow-left-14.html) no-repeat center/8px;
    padding: 0 8px;
  }
}
@media all and (max-width: 991px) {
  .pagination ul li.prev .page-link:hover {
    background: url(../pagination-arrow-left-red-14.html) no-repeat center/8px;
  }
}
.pagination ul li.next .page-link {
  width: auto;
  padding: 0 30px;
}
@media all and (max-width: 991px) {
  .pagination ul li.next .page-link {
    width: 40px;
    font-size: 0;
    border-radius: 0;
    background: url(../pagination-arrow-right-14.html) no-repeat center/8px;
    padding: 0 8px;
  }
}
@media all and (max-width: 991px) {
  .pagination ul li.next .page-link:hover {
    background: url(../pagination-arrow-right-red-14.html) no-repeat center/8px;
  }
}
.author-archive-card {
  position: relative;
  background: white;
  padding: 40px;
  display: flex;
  gap: 30px;
}
@media all and (max-width: 767px) {
  .author-archive-card {
    flex-direction: column;
    padding: 30px;
    gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .author-archive-card {
    padding: 20px;
    gap: 16px;
  }
}

.author-image {
  width: 156px;
  height: 156px;
  flex: none;
  border-radius: 50%;
}
@media all and (max-width: 991px) {
  .author-image {
    width: 135px;
    height: 135px;
  }
}
@media all and (max-width: 575px) {
  .author-image {
    width: 110px;
    height: 110px;
  }
}
.author-image img {
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.author-information {
  width: 100%;
}
.author-information h1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 575px) {
  .author-information h1 {
    font-size: 22px;
    line-height: 28px;
  }
}
.author-information h1 .btn, .author-information h1 .return-to-shop .wc-backward, .return-to-shop .author-information h1 .wc-backward, .author-information h1 input[type=submit], .author-information h1 button[type=submit] {
  margin-left: 10px;
}
@media all and (max-width: 767px) {
  .author-information h1 .btn, .author-information h1 .return-to-shop .wc-backward, .return-to-shop .author-information h1 .wc-backward, .author-information h1 input[type=submit], .author-information h1 button[type=submit] {
    font-size: 0;
    padding: 0;
    height: 40px;
    width: 40px;
    background: #4195BD url(../icon-chat-green-14.html) no-repeat center/18px;
  }
  .author-information h1 .btn::before, .author-information h1 .return-to-shop .wc-backward::before, .return-to-shop .author-information h1 .wc-backward::before, .author-information h1 input[type=submit]::before, .author-information h1 button[type=submit]::before {
    display: none;
  }
}
@media all and (max-width: 575px) {
  .author-information h1 .btn, .author-information h1 .return-to-shop .wc-backward, .return-to-shop .author-information h1 .wc-backward, .author-information h1 input[type=submit], .author-information h1 button[type=submit] {
    height: 36px;
    width: 36px;
  }
}
.author-information .designation {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #262626;
  margin-bottom: 14px;
}
@media all and (max-width: 575px) {
  .author-information .designation {
    margin-bottom: 10px;
  }
}
.author-information .author-info {
  margin-bottom: 22px;
}

.author-social {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #E1E1E1;
}
@media all and (max-width: 575px) {
  .author-social {
    margin-top: 20px;
    justify-content: flex-start;
  }
}

.author-website-link a {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #262626;
}
@media all and (max-width: 575px) {
  .author-website-link a {
    font-size: 0;
    gap: 0;
  }
}
.author-website-link a span {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #C00000;
  color: white;
  backdrop-filter: blur(10px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: 0.3s all;
}
.author-website-link a span i {
  position: relative;
}
.author-website-link a:hover {
  color: #C00000;
}
.author-website-link a:hover span {
  color: white;
}
.author-website-link a:hover span::before {
  transform: scale(1);
}

.author-social-link ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
.author-social-link ul li {
  list-style: none;
  margin-bottom: 0px;
}
@media all and (max-width: 991px) {
  .author-social-link ul {
    gap: 14px;
  }
}
.author-social-link ul li.instagram-icon a {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: white;
}
.author-social-link ul li.facebook-icon a {
  background-color: #3c5a98;
  color: white;
}
.author-social-link ul li.twitter-icon a {
  background-color: #33ccff;
  color: white;
}
.author-social-link ul li.youtube-icon a {
  background-color: #cc3333;
  color: white;
}
.author-social-link ul li.linkedin-icon a {
  background-color: #0a66c2;
  color: white;
}
.author-social-link ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(222, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: 0.3s all;
}
.author-social-link ul li a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #C00000;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.3s all;
}
.author-social-link ul li a i {
  position: relative;
}

.blog-card-img {
  position: relative;
  margin-bottom: 20px;
}
.blog-card-img a {
  display: block;
  position: relative;
}
.blog-card-img a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(253.03deg, rgba(0, 0, 0, 0.16) 1.54%, rgba(0, 0, 0, 0) 45.58%);
  pointer-events: none;
}
.blog-card-img .tag-crown {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #D2AC48;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-card-img .tag-crown img {
  max-width: 15px;
  max-height: 15px;
}

.blog-card-content {
  line-height: 0;
}
.blog-card-content .tag-26 {
  margin-bottom: 14px;
}
.blog-card-content h2,
.blog-card-content h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
.blog-card-content h2:last-child,
.blog-card-content h3:last-child {
  margin-bottom: 0;
}
.blog-card-content h2 a,
.blog-card-content h3 a {
  display: block;
  color: #262626;
}
.blog-card-content h2 a:hover,
.blog-card-content h3 a:hover {
  color: #C00000;
}
.blog-card-content p, .blog-card-content blockquote {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #757575;
}

.post-details {
  margin-bottom: 16px;
}
.post-details:last-child {
  margin-bottom: 0;
}
.post-details ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
}
.post-details ul li {
  list-style: none;
  margin-bottom: 0px;
}
.post-details ul li {
  margin-right: 23px;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  position: relative;
  color: #757575;
  flex: none;
}
.post-details ul li:last-child {
  margin-right: 0;
}
.post-details ul li img {
  margin-top: -4px;
  margin-right: 6px;
}
.post-details ul li:after {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  background: #C4C4C4;
}
.post-details ul li:last-child::after {
  display: none;
}
.post-details ul li a {
  color: inherit;
}

.no-image-left-border {
  position: relative;
}
.no-image-left-border::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 1px;
  background: #E1E1E1;
}
@media all and (max-width: 991px) {
  .no-image-left-border::after {
    top: auto;
    left: 15px;
    right: 15px;
    width: auto;
    height: 1px;
  }
}
.no-image-left-border > .row {
  padding-right: 30px;
}
@media all and (max-width: 991px) {
  .no-image-left-border > .row {
    padding-right: 0;
    padding-bottom: 30px;
  }
}

.no-image-blog-cards {
  row-gap: 40px;
}
@media all and (max-width: 991px) {
  .no-image-blog-cards {
    padding-top: 30px;
    row-gap: 30px;
  }
}
.no-image-blog-cards > [class*=col] .no-image {
  padding-bottom: 30px;
  border-bottom: 1px solid #E1E1E1;
}

.no-image .blog-card-content h2, .no-image .blog-card-content .widget h3, .widget .no-image .blog-card-content h3 {
  margin-bottom: 14px;
}
.no-image .blog-card-content h2:last-child, .no-image .blog-card-content .widget h3:last-child, .widget .no-image .blog-card-content h3:last-child {
  margin-bottom: 0;
}
.no-image .blog-card-content p, .no-image .blog-card-content blockquote {
  margin-bottom: 16px;
}
.no-image .blog-card-content p:last-child, .no-image .blog-card-content blockquote:last-child {
  margin-bottom: 0;
}

.with-border {
  border: 1px solid #E1E1E1;
  padding: 16px;
}
.with-border .blog-card-img {
  margin-bottom: 20px;
}
.with-border .post-details {
  margin-bottom: 16px;
}
.with-border .post-details ul {
  justify-content: space-between;
}
.with-border .post-details ul li::after {
  display: none;
}
.with-border .post-details ul li a {
  color: inherit;
}

.blog-slider .swiper {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.category-grid {
  display: flex;
}
@media all and (max-width: 991px) {
  .category-grid {
    flex-direction: column;
    gap: 40px;
  }
}
.category-grid .category-grid-list {
  width: calc(100% - 360px);
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .category-grid .category-grid-list {
    width: calc(100% - 344px);
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .category-grid .category-grid-list {
    width: calc(100% - 344px);
  }
}
@media all and (max-width: 1200px) {
  .category-grid .category-grid-list {
    width: calc(100% - 310px);
  }
}
@media all and (max-width: 991px) {
  .category-grid .category-grid-list {
    width: 100%;
  }
}
.category-grid .category-sidebar {
  flex: none;
  width: 300px;
  margin-left: 60px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .category-grid .category-sidebar {
    margin-left: 44px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .category-grid .category-sidebar {
    margin-left: 44px;
  }
}
@media all and (max-width: 1200px) {
  .category-grid .category-sidebar {
    margin-left: 40px;
    width: 270px;
  }
}
@media all and (max-width: 991px) {
  .category-grid .category-sidebar {
    margin: 0;
    width: 100%;
  }
}

.single-post-short-info {
  margin-bottom: 30px;
}
.single-post-short-info h3 {
  font-weight: 400;
  margin-bottom: 30px;
}
.single-post-short-info h3:last-child {
  margin-bottom: 0;
}

.single-post-meta {
  margin-bottom: 30px;
}
.single-post-meta ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
}
.single-post-meta ul li {
  list-style: none;
  margin-bottom: 0px;
}
.single-post-meta ul li {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
@media all and (max-width: 575px) {
  .single-post-meta ul li {
    font-size: 14px;
  }
}
.single-post-meta ul li::after {
  content: "";
  height: 16px;
  width: 1px;
  flex: none;
  margin-left: 14px;
  background: #E1E1E1;
}
.single-post-meta ul li.single-post-date::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: none;
  background: url(../svg/author-meta-icon-calendar-14.svg) no-repeat center/contain;
  margin-right: 8px;
}
.single-post-meta ul li.single-post-date a {
  margin-left: 5px;
}
.single-post-meta ul li.single-post-author i {
  overflow: hidden;
  line-height: 0;
  margin-right: 10px;
}
.single-post-meta ul li.single-post-author i img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #E1E1E1;
}
@media all and (max-width: 575px) {
  .single-post-meta ul li.single-post-author i img {
    width: 30px;
    height: 30px;
  }
}
.single-post-meta ul li.single-post-author a {
  margin-left: 4px;
}
.single-post-meta ul li.single-post-tag span:last-child {
  display: none;
}
.single-post-meta ul li a {
  color: inherit;
}
.single-post-meta ul li a:hover {
  color: #C00000;
}
.single-post-meta ul li:last-child {
  display: initial;
}
.single-post-meta ul li:last-child::after {
  display: none;
}

.single-post-img {
  margin-bottom: 30px;
}
.single-post-img:last-child {
  margin-bottom: 0;
}
.single-post-img img {
  width: 100%;
  height: auto;
}
.single-post-img.single-post-img-1 {
  height: 130px;
}
.single-post-img.single-post-img-1 img {
  height: 100%;
  object-fit: cover;
}

.standard-content h3 {
  font-weight: 600;
}
.standard-content hr {
  border-color: #E1E1E1;
}
.standard-content h1,
.standard-content h2,
.standard-content .widget h3,
.widget .standard-content h3,
.standard-content p,
.standard-content blockquote,
.standard-content ul,
.standard-content ol,
.standard-content iframe,
.standard-content .ratio,
.standard-content figure,
.standard-content hr {
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .standard-content h1,
.standard-content h2,
.standard-content .widget h3,
.widget .standard-content h3,
.standard-content p,
.standard-content blockquote,
.standard-content ul,
.standard-content ol,
.standard-content iframe,
.standard-content .ratio,
.standard-content figure,
.standard-content hr {
    margin-bottom: 20px;
  }
}
.standard-content h1:last-child,
.standard-content h2:last-child,
.standard-content .widget h3:last-child,
.widget .standard-content h3:last-child,
.standard-content p:last-child,
.standard-content blockquote:last-child,
.standard-content ul:last-child,
.standard-content ol:last-child,
.standard-content iframe:last-child,
.standard-content .ratio:last-child,
.standard-content figure:last-child,
.standard-content hr:last-child {
  margin-bottom: 0;
}
.standard-content ul li {
  margin-bottom: 6px;
}
.standard-content ul li::marker {
  color: #262626;
}
.standard-content ol li {
  margin-bottom: 6px;
}
.standard-content img {
  max-width: 100%;
  width: auto;
}
.standard-content .speedbump-1 {
  display: block;
}
.standard-content .speedbump-1 img {
  width: 100%;
}
.standard-content p iframe, .standard-content blockquote iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.standard-content p:nth-child(1) img, .standard-content blockquote:nth-child(1) img {
  display: none;
}
.standard-content .widget .aside-card img {
  float: none !important;
}
.standard-content .widget .aside-card .textwidget a {
  display: block;
}
.standard-content .widget .aside-card .textwidget a img {
  max-width: 100%;
  width: 100%;
}
.standard-content .jp-relatedposts .jp-relatedposts-items {
  display: flex;
  gap: 24px;
  margin-right: 0 !important;
}
@media all and (max-width: 991px) {
  .standard-content .jp-relatedposts .jp-relatedposts-items {
    flex-wrap: wrap;
  }
}
.standard-content .jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  width: 33.33% !important;
  display: flex;
  flex-direction: column;
  padding: 16px !important;
  border: 1px solid #E1E1E1;
  margin: 0 !important;
  opacity: 1 !important;
  row-gap: 10px;
}
@media all and (max-width: 991px) {
  .standard-content .jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: calc(50% - 12px) !important;
  }
}
@media all and (max-width: 575px) {
  .standard-content .jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 100% !important;
  }
}
.standard-content .jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-img {
  margin-bottom: 5px;
}
.standard-content .jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title {
  text-decoration: none !important;
  margin-bottom: 5px !important;
}
.standard-content .jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  font-size: 14px;
  line-height: 22px;
  font-family: "Noto Serif", serif;
  text-decoration: none !important;
}
.standard-content .jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
  color: #C00000;
  text-decoration: none;
}
.standard-content .jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date, .standard-content .jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
  opacity: 1 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  font-family: "Inter", sans-serif !important;
  color: #262626 !important;
}

.widget .aside-card img {
  float: none !important;
}
.widget .aside-card .textwidget a {
  display: block;
}
.widget .aside-card .textwidget a img {
  max-width: 100%;
  width: 100%;
}

.btn-go-to-amazon {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-decoration-line: underline;
  color: #C00000;
}
.btn-go-to-amazon::before {
  content: "";
  width: 18px;
  height: 20px;
  background: url(../svg/external-link-icon-red-14.svg) no-repeat center/contain;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.article-product-card {
  display: flex;
  gap: 38px;
  padding: 40px 0;
  border-top: 1px solid #E1E1E1;
}
@media all and (max-width: 575px) {
  .article-product-card {
    flex-direction: column;
    gap: 20px;
  }
}
.article-product-card .article-product-img {
  flex: none;
  width: 200px;
}
@media all and (max-width: 575px) {
  .article-product-card .article-product-img {
    width: 120px;
  }
}
.article-product-card .article-product-info h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
.article-product-card .article-product-info p, .article-product-card .article-product-info blockquote {
  margin-bottom: 16px;
}
.article-product-card .article-product-info p strong, .article-product-card .article-product-info blockquote strong {
  font-weight: 500 !important;
}
.article-product-card .article-product-info p:last-child, .article-product-card .article-product-info blockquote:last-child {
  margin-bottom: 0;
}
.article-product-card .article-product-info .btn-go-to-amazon {
  margin-top: 20px;
}

.article-share-lists {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 12px 0;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
.article-share-lists h4 {
  margin: 0;
  font-weight: 600;
}
.article-share-lists ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 29px;
}
.article-share-lists ul li {
  list-style: none;
  margin-bottom: 0px;
}
@media all and (max-width: 575px) {
  .article-share-lists ul {
    gap: 10px;
  }
}
.article-share-lists ul li a {
  width: 46px;
  height: 46px;
  border: 1px solid #E1E1E1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: inherit;
  padding-top: 2px;
}
@media all and (max-width: 575px) {
  .article-share-lists ul li a {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
}
.article-share-lists ul li.social-facebook {
  color: #3B5998;
}
.article-share-lists ul li.social-twitter {
  color: #16A1F2;
}
.article-share-lists ul li.social-linkedin {
  color: #0077B5;
}
.article-share-lists ul li.social-youtube {
  color: #FF4000;
}

.article-author-date {
  padding: 20px 0;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 24px;
}
.article-author-date p, .article-author-date blockquote {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.post-author-tab {
  margin-bottom: 30px;
}
.post-author-tab .nav-tabs {
  gap: 30px;
  border: 0;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 30px;
}
.post-author-tab .nav-tabs .nav-item {
  margin: 0;
}
.post-author-tab .nav-tabs .nav-item .nav-link {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  height: auto;
  padding: 0 0 8px 0;
  color: #262626;
  border-radius: 0 !important;
  border: 0;
}
.post-author-tab .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #C00000;
}

.single-post-author-card {
  background: #F7F8F8;
  position: relative;
  padding: 30px;
}
@media all and (max-width: 575px) {
  .single-post-author-card {
    padding: 20px;
  }
}
.single-post-author-card .single-post-author-social {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
}
@media all and (max-width: 991px) {
  .single-post-author-card .single-post-author-social {
    position: initial;
    margin-top: 20px;
  }
}
.single-post-author-card .single-post-author-social ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.single-post-author-card .single-post-author-social ul li {
  list-style: none;
  margin-bottom: 0px;
}
.single-post-author-card .single-post-author-social ul li a {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background: rgba(192, 0, 0, 0.12);
  color: #C00000;
}
.single-post-author-card .author-avatar {
  margin-right: 20px;
  margin-bottom: 8px;
  width: 100px;
  overflow: hidden;
  position: absolute;
  left: 30px;
  top: 30px;
}
@media all and (max-width: 1200px) {
  .single-post-author-card .author-avatar {
    width: 95px;
  }
}
@media all and (max-width: 575px) {
  .single-post-author-card .author-avatar {
    width: 55px;
    position: initial;
    margin-bottom: 10px;
  }
}
.single-post-author-card .author-avatar img {
  width: 100%;
  height: auto;
}
.single-post-author-card h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 120px;
}
@media all and (max-width: 575px) {
  .single-post-author-card h3 {
    font-size: 18px;
    line-height: 24px;
    margin-left: 0;
  }
}
.single-post-author-card h6 {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #757575;
  margin-bottom: 20px;
  margin-left: 120px;
}
@media all and (max-width: 575px) {
  .single-post-author-card h6 {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.single-post-author-card p, .single-post-author-card blockquote {
  margin-left: 120px;
}
@media all and (max-width: 575px) {
  .single-post-author-card p, .single-post-author-card blockquote {
    margin-left: 0;
  }
}

.single-post-author-card-1 {
  background: #F7F8F8;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.single-post-author-card-1 h3 {
  font-weight: 400;
  margin-bottom: 5px;
}
.single-post-author-card-1 h6 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #757575;
  margin: 0;
}
.single-post-author-card-1 div + div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 40px;
}
.single-post-author-card-1 .single-post-author-call {
  display: flex;
  align-items: center;
  color: #757575;
  gap: 12px;
}
.single-post-author-card-1 .single-post-author-call::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #E1E1E1;
  background: #ffffff url(../svg/phone-call-icon-red-14.svg) no-repeat center/16px;
}
.single-post-author-card-1 .single-post-author-website {
  display: flex;
  align-items: center;
  color: #757575;
  gap: 12px;
}
.single-post-author-card-1 .single-post-author-website::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #E1E1E1;
  background: #ffffff url(../svg/link-icon-red-14.svg) no-repeat center/16px;
}

.all-recent-posts {
  background: #F7F8F8;
  position: relative;
  padding: 30px;
}
.all-recent-posts ul {
  margin: 0;
  padding: 0;
}
.all-recent-posts ul li {
  list-style: none;
  margin-bottom: 0px;
}
.all-recent-posts ul li {
  margin-bottom: 8px;
}
.all-recent-posts ul li a {
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  font-family: "Noto Serif", serif;
}
.all-recent-posts ul li a:hover {
  color: #C00000;
}
.all-recent-posts ul li:last-child {
  margin-bottom: 0;
}

.abh_box .abh_tabs {
  display: flex;
  align-items: center;
  gap: 30px;
  border: 0;
  border-bottom: 1px solid #E1E1E1 !important;
  margin-bottom: 30px !important;
  padding: 0 !important;
}
.abh_box .abh_tabs li {
  margin: 0;
  border: 0 !important;
}
.abh_box .abh_tabs li a {
  font-size: 14px !important;
  line-height: 17px !important;
  font-weight: 600 !important;
  height: auto !important;
  padding: 0 0 8px 0 !important;
  color: #262626 !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: transparent !important;
  display: flex;
}
.abh_box .abh_tabs li a:hover {
  padding: 0 0 8px 0 !important;
  background: transparent !important;
}
.abh_box .abh_tabs li.abh_active {
  border-bottom: 2px solid #C00000 !important;
}
.abh_box .abh_tabs li.abh_active a {
  padding: 0 0 8px 0 !important;
}
.abh_box .abh_tabs li.abh_active a:hover {
  padding: 0 0 8px 0 !important;
  background: transparent !important;
}
.abh_box .abh_tab_content {
  border: 0 !important;
  background: #F7F8F8 !important;
  position: relative;
  padding: 30px !important;
}
@media all and (max-width: 575px) {
  .abh_box .abh_tab_content {
    padding: 22px !important;
  }
}
.abh_box .abh_tab_content .abh_image img {
  border-radius: 50% !important;
}
@media all and (max-width: 575px) {
  .abh_box .abh_tab_content .abh_text {
    float: left;
    padding-top: 15px;
    margin: 0 !important;
  }
}
.abh_box .abh_tab_content .abh_text .abh_name {
  font-size: 22px !important;
  line-height: 32px !important;
  font-weight: 600 !important;
  font-family: "Noto Serif", serif !important;
  margin-bottom: 2px !important;
}
.abh_box .abh_tab_content .abh_text .abh_name .abh_allposts {
  font-size: 14px !important;
  color: #C00000;
}
.abh_box .abh_tab_content .abh_text .abh_name .abh_allposts a {
  color: #C00000;
}
.abh_box .abh_tab_content .abh_text .abh_job {
  line-height: 0 !important;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
}
.abh_box .abh_tab_content .abh_text .abh_job .title {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
}
.abh_box .abh_tab_content .abh_text .abh_job a {
  color: #C00000;
}
.abh_box .abh_tab_content .abh_text .abh_description {
  padding-top: 0px !important;
  font-size: 14px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
}
.abh_box .abh_tab_content .abh_text .abh_description ul {
  margin: 0;
  padding: 0;
}
.abh_box .abh_tab_content .abh_text .abh_description ul li {
  list-style: none;
  margin-bottom: 0px;
}
.abh_box .abh_tab_content .abh_text .abh_description ul li {
  margin-bottom: 8px !important;
}
.abh_box .abh_tab_content .abh_text .abh_description ul li a {
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  font-family: "Noto Serif", serif;
}
.abh_box .abh_tab_content .abh_text .abh_description ul li:last-child {
  margin-bottom: 0 !important;
}

.sharedaddy {
  padding: 12px 0;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 30px;
}
.sharedaddy .sd-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 !important;
}
.sharedaddy .sd-social h3 {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  font-family: "Noto Serif", serif;
  margin: 0 !important;
  text-transform: capitalize;
}
.sharedaddy .sd-social h3::before {
  display: none !important;
}
.sharedaddy .sd-social .sd-content ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 29px;
}
.sharedaddy .sd-social .sd-content ul li {
  list-style: none;
  margin-bottom: 0px;
}
@media all and (max-width: 575px) {
  .sharedaddy .sd-social .sd-content ul {
    gap: 10px;
  }
}
.sharedaddy .sd-social .sd-content ul li {
  margin: 0;
  padding: 0;
}
.sharedaddy .sd-social .sd-content ul li a.sd-button {
  width: 46px;
  height: 46px;
  border: 1px solid #E1E1E1;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 22px !important;
  color: inherit !important;
  padding: 0 !important;
  box-shadow: none !important;
}
@media all and (max-width: 575px) {
  .sharedaddy .sd-social .sd-content ul li a.sd-button {
    width: 36px !important;
    height: 36px !important;
    font-size: 18px !important;
  }
}
.sharedaddy .sd-social .sd-content ul li a.sd-button::before {
  font-size: inherit !important;
  top: 0 !important;
}
.sharedaddy .sd-social .sd-content ul li a.sd-button span {
  display: none;
}
.sharedaddy .sd-social .sd-content ul li.share-facebook {
  color: #3B5998;
}
.sharedaddy .sd-social .sd-content ul li.share-twitter {
  color: #16A1F2;
}
.sharedaddy .sd-social .sd-content ul li.share-linkedin {
  color: #0077B5;
}
.sharedaddy .sd-social .sd-content ul li.share-youtube {
  color: #FF4000;
}
.sharedaddy .sd-social .sd-content ul li.share-email {
  color: #f04235;
}
.sharedaddy .sd-social .sd-content ul li.share-end {
  display: none;
}
.sharedaddy .sd-social .sd-content .share-customize-link {
  display: none;
}

.related-article-tags {
  margin-bottom: 30px;
}
.related-article-tags h3 {
  margin-bottom: 30px;
}
.related-article-tags ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.related-article-tags ul li {
  list-style: none;
  margin-bottom: 0px;
}
.related-article-tags ul li a {
  padding: 0 12px;
  height: 40px;
  background: #F7F7F7;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #262626;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
.related-article-tags ul li a:hover {
  background: #000;
  color: #ffffff;
}

.widget {
  margin-bottom: 30px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget h3 {
  margin-bottom: 20px;
}
.widget .rpwwt-widget ul {
  margin: 0;
  padding: 0;
}
.widget .rpwwt-widget ul li {
  list-style: none;
  margin-bottom: 0px;
}
.widget .rpwwt-widget ul li {
  border-top: 1px solid #E1E1E1;
  padding: 18px 0;
  margin: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.widget .rpwwt-widget ul li:last-child {
  padding-bottom: 0;
}
.widget .rpwwt-widget ul li .rpwwt-widget-img {
  width: 88px;
  height: 56px;
  flex: none;
  margin: 0 13px 0 0;
}
@media all and (max-width: 575px) {
  .widget .rpwwt-widget ul li .rpwwt-widget-img {
    width: 75px;
    height: 50px;
  }
}
.widget .rpwwt-widget ul li .rpwwt-widget-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget .rpwwt-widget ul li > a + div {
  line-height: 0;
  width: calc(100% - 101px);
}
@media all and (max-width: 575px) {
  .widget .rpwwt-widget ul li > a + div {
    width: calc(100% - 88px);
  }
}
.widget .rpwwt-widget ul li .rpwwt-post-title {
  font-size: 16px;
  line-height: 22px;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  color: #262626;
  margin: 0px 0 5px auto;
  transition: 0.3s all;
  position: relative;
  z-index: 3;
  display: block;
}
@media all and (max-width: 575px) {
  .widget .rpwwt-widget ul li .rpwwt-post-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.widget .rpwwt-widget ul li .rpwwt-post-title:hover {
  color: #C00000;
}
.widget .rpwwt-widget ul li .rpwwt-post-title:last-child {
  margin-bottom: 0;
}
.widget .rpwwt-widget ul li .rpwwt-post-tag {
  font-size: 10px;
  line-height: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: max-content;
  max-width: 100%;
}
.widget .rpwwt-widget ul li .rpwwt-post-tag::after {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0px;
  left: 0;
  right: 2px;
  background: currentcolor;
  opacity: 0.1;
}
.widget.widget-categories ul {
  margin: 0;
  padding: 0;
}
.widget.widget-categories ul li {
  list-style: none;
  margin-bottom: 0px;
}
.widget.widget-categories .cat-item {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-top: 1px solid #E1E1E1;
}
.widget.widget-categories .cat-item a {
  color: #262626;
  font-size: 13px;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.widget.widget-categories .cat-item a::after {
  content: "";
  height: 12px;
  width: 7px;
  background: url(../svg/cat-list-arrow-14.svg) no-repeat center/contain;
}
.widget.widget-categories .cat-item a:hover {
  color: #C00000;
}
.widget.widget-categories .cat-item:last-child {
  border-bottom: 1px solid #E1E1E1;
}

.widget-social {
  padding-top: 20px;
  border-top: 1px solid #E1E1E1;
}

.widget-social-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.widget-social-list ul li {
  list-style: none;
  margin-bottom: 0px;
}
@media all and (max-width: 575px) {
  .widget-social-list ul {
    gap: 14px;
  }
}
.widget-social-list ul li {
  width: calc(50% - 10px);
}
.widget-social-list ul li.widget-facebook {
  color: #3B5998;
}
.widget-social-list ul li.widget-instagram {
  color: #E1306C;
}
.widget-social-list ul li.widget-linkedin {
  color: #0a66c2;
}
.widget-social-list ul li.widget-twitter {
  color: #1DA1F2;
}
.widget-social-list ul li.widget-youtube {
  color: #FF0000;
}
.widget-social-list ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: inherit;
  height: 38px;
  border: 1px solid #E1E1E1;
  padding: 0 14px;
}
@media all and (max-width: 1200px) {
  .widget-social-list ul li a {
    gap: 10px;
    padding: 0 12px;
    font-size: 12px;
  }
}
@media all and (max-width: 991px) {
  .widget-social-list ul li a {
    font-size: 14px;
    padding: 0 14px;
  }
}
.widget-social-list ul li a i {
  font-size: 18px;
}
@media all and (max-width: 1200px) {
  .widget-social-list ul li a i {
    font-size: 15px;
  }
}
@media all and (max-width: 991px) {
  .widget-social-list ul li a i {
    font-size: 18px;
  }
}
.widget-social-list ul li a span {
  color: #000000;
}

.single-post .container.container-sm {
  width: 1160px;
}
@media (min-width: 1921px) {
  .single-post .container.container-sm {
    width: 1400px;
  }
}

.card {
  border: 1px solid #E1E1E1;
  border-radius: 0;
  padding: 30px;
}
@media all and (max-width: 575px) {
  .card {
    padding: 20px;
  }
}

.section-heading {
  margin-bottom: 20px;
}
.section-heading h2, .section-heading .widget h3, .widget .section-heading h3 {
  margin-bottom: 2px;
}

.form-divider {
  opacity: 1;
  background: #E1E1E1;
  margin: 20px 0 32px;
}
@media all and (max-width: 575px) {
  .form-divider {
    margin: 10px 0 22px;
  }
}

.mb--20 {
  margin-bottom: -20px;
}

.forgot-password {
  color: #262626;
}
.forgot-password:hover {
  color: #DE0000;
}

.form-checkbox input[type=checkbox] + label {
  color: #262626 !important;
}
.form-checkbox input[type=checkbox] + label a {
  color: #262626;
  text-decoration: underline;
}
.form-checkbox input[type=checkbox] + label a:hover {
  color: #DE0000;
}

.subscription-card {
  padding: 26px;
}
@media all and (max-width: 575px) {
  .subscription-card {
    padding: 20px;
  }
}

.subscription-product-info h3 {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  letter-spacing: 0.29em;
  padding: 20px 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
}
.subscription-product-info h4 {
  color: #262626;
  padding: 20px 0;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 0px;
}
.subscription-product-info .woocommerce-checkout-payment {
  margin-top: 40px;
}

.page-template-download .common-hero-info div.wpforms-container-full {
  max-width: 800px;
  border: 1px solid #E1E1E1;
  padding: 40px;
}
@media all and (max-width: 991px) {
  .page-template-download .common-hero-info div.wpforms-container-full {
    padding: 30px;
  }
}
@media all and (max-width: 575px) {
  .page-template-download .common-hero-info div.wpforms-container-full {
    padding: 20px;
  }
}
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field {
  width: 100%;
  margin-left: 0 !important;
}
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field textarea,
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field select,
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field input[type=week],
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field input[type=time],
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field input[type=month],
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field input[type=datetime-local],
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field input[type=datetime],
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field input[type=date],
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field input[type=color],
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field input[type=url],
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field input[type=text],
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field input[type=tel],
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field input[type=search],
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field input[type=password],
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field input[type=select],
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field input[type=number],
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field input[type=email] {
  max-width: 100%;
}
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-layout {
  margin-bottom: 0 !important;
}
@media all and (max-width: 767px) {
  .page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-layout .wpforms-field-layout-columns {
    margin: 0 !important;
  }
}
@media all and (max-width: 767px) {
  .page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-layout .wpforms-layout-column {
    padding: 0 !important;
  }
}
.page-template-download .common-hero-info div.wpforms-container-full .wpforms-form .wpforms-field-container label.wpforms-field-label + ul li input {
  display: none;
}
.subscription-table {
  border: 1px solid #E1E1E1;
}
.subscription-table .subscription-table-heading {
  background-color: #F7F8F9;
}
.subscription-table .subscription-table-heading h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 0;
}
.subscription-table #subscriptions-not-found {
  margin: 10px 30px;
}

.subscription-img {
  display: flex;
  flex-grow: 1;
  width: 180px;
}
@media all and (max-width: 991px) {
  .subscription-img {
    width: max-content;
  }
}

.subscription-name {
  display: flex;
  flex-grow: 1;
  width: 250px;
}
@media all and (max-width: 991px) {
  .subscription-name {
    font-size: 16px;
    font-weight: 600;
  }
}
.subscription-name a {
  color: #262626;
  line-height: 20px;
}

.subscription-categories {
  width: 190px;
}

.subscription-articles {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  width: 182px;
}
@media all and (max-width: 991px) {
  .subscription-articles {
    justify-content: flex-start;
    align-items: center;
  }
  .subscription-articles h4 {
    margin: 0 5px 0 0;
    color: #262626;
  }
}

.subscription-action {
  display: flex;
  justify-content: flex-end;
  margin-right: 33px;
  flex-grow: 1;
  width: 355px;
}
@media all and (max-width: 991px) {
  .subscription-action {
    justify-content: flex-start;
    margin-top: 15px;
    margin-right: 0;
  }
}
@media all and (max-width: 575px) {
  .subscription-action {
    width: max-content;
    margin-top: 10px;
  }
}

.subscription-table-card {
  position: relative;
  padding: 9px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
}
@media all and (max-width: 991px) {
  .subscription-table-card {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 140px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media all and (max-width: 575px) {
  .subscription-table-card {
    padding-left: 90px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.subscription-table-card:last-child {
  border: none;
}
.subscription-table-card figure {
  padding-left: 50px;
}
@media all and (max-width: 991px) {
  .subscription-table-card figure {
    position: absolute;
    top: 20px;
    left: 20px;
    padding-left: 0;
  }
}
@media all and (max-width: 575px) {
  .subscription-table-card figure {
    top: 16px;
    left: 16px;
  }
}
.subscription-table-card figure img {
  height: 36px;
  width: 36px;
  border-radius: 4px;
}
@media all and (max-width: 991px) {
  .subscription-table-card figure img {
    height: 100px;
    width: 100px;
  }
}
@media all and (max-width: 575px) {
  .subscription-table-card figure img {
    height: 60px;
    width: 60px;
  }
}
.subscription-table-card .btn, .subscription-table-card .return-to-shop .wc-backward, .return-to-shop .subscription-table-card .wc-backward, .subscription-table-card input[type=submit], .subscription-table-card button[type=submit] {
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .subscription-table-card .btn, .subscription-table-card .return-to-shop .wc-backward, .return-to-shop .subscription-table-card .wc-backward, .subscription-table-card input[type=submit], .subscription-table-card button[type=submit] {
    height: 36px;
    line-height: 34px;
  }
}
.subscription-table-card .btn-msg {
  padding: 0 43px;
  border-radius: 0;
  font-weight: 500;
}
.subscription-table-card .btn-msg::before {
  display: none;
}
.subscription-table-card .subscription-categories {
  line-height: 0px;
}
.subscription-table-card .subscription-categories a {
  color: #262626;
  line-height: 18px;
}

/* =============== 04-07-2022 =========== */
.chat-box {
  border: none !important;
}

.product-price {
  font-size: 0px;
}

.product-subtotal {
  font-size: 0px;
}

.cart_totals h2, .cart_totals .widget h3, .widget .cart_totals h3 {
  display: none !important;
}
.cart_totals .shop_table_responsive {
  display: none !important;
}

.return-to-shop .wc-backward {
  height: 40px;
  line-height: 38px !important;
  color: #424242 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 0px 20px !important;
  border: 1px solid #EEEEEE !important;
  margin-top: 20px !important;
}
.return-to-shop .wc-backward:hover {
  color: white !important;
  box-shadow: none !important;
  background-color: #DE0000 !important;
  border-color: #DE0000 !important;
}
.return-to-shop .wc-backward:focus {
  color: white !important;
  box-shadow: none !important;
  background-color: #DE0000 !important;
  border-color: #DE0000 !important;
}

.subscription-masonary-card {
  border: 1px solid #E1E1E1;
}

.subscription-header {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
}
@media all and (max-width: 1200px) {
  .subscription-header {
    padding: 10px;
  }
}
@media all and (max-width: 767px) {
  .subscription-header {
    display: block;
    padding: 16px;
  }
}
@media all and (max-width: 575px) {
  .subscription-header {
    display: flex;
    padding: 14px;
  }
}

.subscription-profile-image {
  flex: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 12px;
}
@media all and (max-width: 1200px) {
  .subscription-profile-image {
    margin-right: 6px;
  }
}
@media all and (max-width: 767px) {
  .subscription-profile-image {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  .subscription-profile-image {
    width: 54px;
    height: 54px;
  }
}
.subscription-profile-image img {
  width: 100%;
}

.subscription-profile-content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #262626;
  margin-bottom: 6px;
}
@media all and (max-width: 767px) {
  .subscription-profile-content h3 {
    margin-bottom: 0px;
  }
}
.subscription-profile-content h3 a {
  color: inherit;
}
.subscription-profile-content h3 a:hover {
  color: #DE0000;
}
.subscription-profile-content .post {
  background-color: #262626;
  height: 20px;
  width: 60px;
  display: inline-block;
  border-radius: 28px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.03em;
  margin-left: 6px;
  color: white;
}
.subscription-profile-content p, .subscription-profile-content blockquote {
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 7px;
}

.subscription-tags ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px 12px;
  flex-wrap: wrap;
}
.subscription-tags ul li {
  list-style: none;
  margin-bottom: 0px;
}
.subscription-tags ul li a {
  font-size: 12px;
  line-height: 14px;
  color: #262626;
  display: flex;
  align-items: center;
  gap: 5px;
}
.subscription-tags ul li a::before {
  content: "";
  flex: none;
  width: 11px;
  height: 11px;
  background: url(../tags-14.html) no-repeat center/contain;
  transition: 0.3s all;
}
@media all and (max-width: 1200px) {
  .subscription-tags ul li a {
    gap: 4px;
  }
}
.subscription-tags ul li a:hover {
  color: #DE0000;
}
.subscription-tags ul li a:hover::before {
  background: url(../tags-red-14.html) no-repeat center/contain;
}

.subscription-body {
  padding: 0px 30px;
  background-color: #f7f8f9;
}
@media all and (max-width: 1200px) {
  .subscription-body {
    padding: 0px 10px;
  }
}
@media all and (max-width: 575px) {
  .subscription-body {
    padding: 10px 15px;
  }
}

.subscription-post-item {
  border-bottom: 1px solid #E1E1E1;
  padding: 24px 0px 15px 0px;
  display: flex;
  position: relative;
}
@media all and (max-width: 1200px) {
  .subscription-post-item {
    padding: 12px 0px 10px 0px;
  }
}

.subscription-article-image {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
@media all and (max-width: 575px) {
  .subscription-article-image {
    margin-right: 10px;
  }
}

.subscription-article-content h3 {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #262626;
  margin-bottom: 0px;
}

.subscription-article-content {
  margin-top: -4px;
}

.article-date {
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 5px;
}
.article-date::before {
  content: "";
  flex: none;
  background: url(../clock-14.html) no-repeat center/contain;
  width: 12px;
  height: 12px;
}

.subscription-footer {
  padding: 30px;
  background-color: #f7f8f9;
}
@media all and (max-width: 1200px) {
  .subscription-footer {
    padding: 15px;
  }
}

.subscription-masonary {
  margin: -15px;
}
@media all and (max-width: 1200px) {
  .subscription-masonary {
    margin: -10px;
  }
}
@media all and (max-width: 575px) {
  .subscription-masonary {
    margin: -15px;
  }
}
.subscription-masonary .item {
  width: 33.3%;
  padding: 15px;
  display: inline-block;
}
@media all and (max-width: 1200px) {
  .subscription-masonary .item {
    padding: 10px;
  }
}
@media all and (max-width: 991px) {
  .subscription-masonary .item {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .subscription-masonary .item {
    width: 100%;
    padding: 15px;
  }
}
.subscription-masonary #message {
  margin: 0px 15px;
}

.dashboard-subscription {
  margin-bottom: 35px;
}
.dashboard-subscription h1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 0px;
}
@media all and (max-width: 575px) {
  .dashboard-subscription h1 {
    margin-bottom: 20px;
  }
}

.dashboard-subscription-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .dashboard-subscription-heading {
    display: block;
    margin-bottom: 20px;
  }
}

.subscription-search {
  position: relative;
}

@media all and (max-width: 1200px) {
  .subscription-search {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .subscription-search {
    margin-bottom: 10px;
  }
}
.subscription-search input[type=search] {
  width: 470px;
  border: 1px solid #E1E1E1;
  border-radius: 4px !important;
  background-color: white;
}
@media all and (max-width: 1200px) {
  .subscription-search input[type=search] {
    width: 350px;
  }
}
@media all and (max-width: 991px) {
  .subscription-search input[type=search] {
    width: 250px;
  }
}
@media all and (max-width: 767px) {
  .subscription-search input[type=search] {
    width: 220px;
  }
}
@media all and (max-width: 575px) {
  .subscription-search input[type=search] {
    width: 100%;
  }
}
.subscription-search input[type=search]:focus {
  background-color: white !important;
}
.subscription-search input[type=submit] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 46px;
  background-color: white;
  border: none;
  padding: 0px;
  background: url(../icon-search-14.html) no-repeat center/14px;
}

/* ========= dashboard =========== */
.subscription-dashboard {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 20px;
  margin-bottom: 34px;
}
@media all and (max-width: 767px) {
  .subscription-dashboard {
    margin-bottom: 24px;
  }
}

#subscription_dashboard {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  column-gap: 16px;
  row-gap: 12px;
  flex-wrap: wrap;
}
#subscription_dashboard li {
  list-style: none;
  margin-bottom: 0px;
}
@media all and (max-width: 1200px) {
  #subscription_dashboard {
    column-gap: 10px;
  }
}
@media all and (max-width: 991px) {
  #subscription_dashboard {
    column-gap: 12px;
  }
}
#subscription_dashboard li a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #262626;
  text-decoration: none;
  padding: 8px 14px;
  background-color: white;
  display: inline-block;
}
@media all and (max-width: 1200px) {
  #subscription_dashboard li a {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  #subscription_dashboard li a {
    padding: 10px;
    background: rgba(225, 225, 225, 0.5);
  }
}
#subscription_dashboard li a i {
  width: 16px;
  margin-right: 4px;
  line-height: 0;
  display: inline-block;
  position: relative;
  top: -1px;
}
@media all and (max-width: 1200px) {
  #subscription_dashboard li a i {
    width: 14px;
    margin-right: 3px;
  }
}
@media all and (max-width: 767px) {
  #subscription_dashboard li a i {
    width: 16px;
  }
}
#subscription_dashboard li a i img {
  width: 100%;
  filter: grayscale(100%);
}
#subscription_dashboard li.dropdown-dashboard::after {
  content: "";
  position: absolute;
  background: url(../caret-icon-14.html) no-repeat center/contain;
  width: 9px;
  height: 9px;
  right: 14px;
  top: 15px;
}
@media all and (max-width: 767px) {
  #subscription_dashboard li.dropdown-dashboard::after {
    top: 18px;
  }
}
#subscription_dashboard li.dropdown-dashboard > a {
  padding-right: 30px !important;
}
#subscription_dashboard li.active::after {
  background: url(../caret-icon-red-14.html) no-repeat center/contain;
}
#subscription_dashboard li.active > a {
  color: #262626;
  background-color: #F1EFF6;
}
#subscription_dashboard li:hover::after {
  background: url(../caret-icon-red-14.html) no-repeat center/contain;
}
#subscription_dashboard li:hover > a {
  color: #262626;
  background-color: #F1EFF6;
}
#subscription_dashboard li:last-child {
  margin-right: 0px;
}

@media all and (max-width: 991px) {
  .mobile-subscription-dashboard {
    display: block;
    border: none;
    padding: 0px;
    margin: 0px;
  }
}

.subscription-offcanvas {
  height: auto;
  min-height: 290px;
  max-height: 90vh;
  border: 0;
}
.subscription-offcanvas .offcanvas-header {
  display: block;
  text-align: right;
  padding: 0px;
}
.subscription-offcanvas .offcanvas-header .btn-close {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -50px;
  background: #DE0000 url(../menu-cross-14.html) no-repeat center/20px;
  opacity: 1;
  border-radius: 50%;
}
.subscription-offcanvas .offcanvas-body {
  padding: 24px 20px;
}
.subscription-offcanvas label {
  background-color: #fce6e6;
  padding: 12px;
  width: 100%;
}
.subscription-offcanvas label img {
  margin-right: 8px;
}

.subscription-menu {
  position: absolute;
  border: 0;
  border-radius: 0;
  padding: 12px 16px;
  width: 240px;
  top: 45px;
  left: 0;
  display: none;
  z-index: 1;
  box-shadow: 0px 4px 12px rgba(0, 25, 33, 0.06);
  background: white;
}
.subscription-menu::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}
.subscription-menu li {
  padding: 0;
  margin: 0 0 15px 0;
  display: block;
}
.subscription-menu li:last-child {
  margin-bottom: 0px !important;
}
.subscription-menu li::before {
  display: none !important;
}
@media all and (max-width: 991px) {
  .subscription-menu li {
    background: transparent;
    margin: 0 0 12px 0;
  }
}
@media all and (max-width: 575px) {
  .subscription-menu li {
    margin: 0 0 10px 0;
  }
}
.subscription-menu li a {
  font-size: 13px;
  line-height: 20px;
  padding: 0 10px;
  display: block;
  text-align: left;
  background: transparent !important;
  color: #DE0000;
  padding: 10px 10px;
  text-transform: capitalize;
}
@media all and (max-width: 991px) {
  .subscription-menu li a {
    background: transparent;
    padding: 5px !important;
    color: #212121;
  }
}
.subscription-menu li a:hover {
  color: #DE0000 !important;
  background: transparent !important;
}
.subscription-menu li:last-child {
  margin-bottom: 0;
}

.dashboard-menu {
  background-color: #DE0000;
  width: 36px;
  height: 36px;
  display: none;
  flex-direction: column;
  justify-content: center;
}
.dashboard-menu span {
  background-color: white;
  height: 2px;
  width: 63%;
  display: block;
  border-radius: 3px;
  transition: 0.3s;
  margin: 0 auto 5px;
}
.dashboard-menu span:last-child {
  margin-bottom: 0px;
}
@media all and (max-width: 767px) {
  .dashboard-menu {
    display: flex;
  }
}
.dashboard-menu::after {
  content: "My Dashboard";
  position: absolute;
  left: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #DE0000;
}

.feed-masonary {
  margin: -10px;
}
.feed-masonary .item {
  width: 25%;
  padding: 10px;
}
@media all and (max-width: 1200px) {
  .feed-masonary .item {
    width: 33.3%;
  }
}
@media all and (max-width: 991px) {
  .feed-masonary .item {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .feed-masonary .item {
    width: 100%;
  }
}
.feed-masonary .item .with-border {
  padding: 20px;
}
@media all and (max-width: 1200px) {
  .feed-masonary .item .blog-card h2, .feed-masonary .item .blog-card .widget h3, .widget .feed-masonary .item .blog-card h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.feed-masonary .item .blog-card h2 a, .feed-masonary .item .blog-card .widget h3 a, .widget .feed-masonary .item .blog-card h3 a {
  display: block;
  color: #424242;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
  display: none;
}

.payment-settings {
  border: 1px solid #E1E1E1;
}
.payment-settings .payment-head {
  display: flex;
  padding: 20px 0;
  background: #F7F8F9;
  align-items: center;
}
@media all and (max-width: 991px) {
  .payment-settings .payment-head {
    display: none;
  }
}
.payment-settings .payment-head .payment-head-item {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #424653;
  padding: 0 20px;
  flex: none;
}
.payment-settings .payment-head .payment-head-item:nth-child(1) {
  width: 336px;
}
.payment-settings .payment-head .payment-head-item:nth-child(2) {
  width: 240px;
}
.payment-settings .payment-head .payment-head-item:nth-child(3) {
  width: 100px;
}

.payment-body {
  display: flex;
  padding: 18px 0;
  align-items: center;
  border-top: 1px solid #E1E1E1;
}
@media all and (max-width: 991px) {
  .payment-body {
    flex-direction: column;
    align-items: start;
  }
}
.payment-body .payment-head-item {
  padding: 0 20px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #23262D;
  flex: none;
}
@media all and (max-width: 991px) {
  .payment-body .payment-head-item {
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
}
.payment-body .payment-head-item:nth-child(1) {
  width: 336px;
}
.payment-body .payment-head-item:nth-child(2) {
  width: 240px;
}
.payment-body .payment-head-item:nth-child(3) {
  width: 100px;
}
.payment-body .payment-head-item:nth-child(4) {
  padding: 0 26px;
  margin-left: auto;
}
@media all and (max-width: 991px) {
  .payment-body .payment-head-item:nth-child(4) {
    margin: 0;
    padding: 0 20px;
  }
}
@media all and (max-width: 991px) {
  .payment-body .payment-head-item {
    width: auto !important;
  }
}
.payment-body .payment-head-item span {
  display: none;
}
@media all and (max-width: 991px) {
  .payment-body .payment-head-item span {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #424653;
    padding: 0 20px;
    flex: none;
    width: 100px;
  }
}
.payment-body:first-child {
  border-top: 0;
}

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