:root {
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 400;
  line-height: 60px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 59px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e5e5e5;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.body {
  font-family: Cardo, sans-serif;
}

.logo {
  margin-top: 5px;
}

.logo-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: transform .258s cubic-bezier(.041, .364, 1, .761);
}

.logo-image:hover {
  transform: scale(1.04);
  box-shadow: -1px 8px 23px rgba(0, 0, 0, .23);
}

.container {
  max-width: none;
  padding: 6px 20px 0;
  display: block;
}

.site-name {
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: 4px;
}

.social {
  float: right;
  margin-left: 29px;
}

.social-icon {
  width: 20px;
  opacity: .78;
  color: var(--black);
  margin-right: 13px;
  position: relative;
  top: 17px;
}

.social-icon:hover {
  opacity: 1;
}

.nav-link {
  color: var(--black);
  border-bottom: 1px solid #fff;
  padding: 20px 10px;
  display: inline-block;
}

.nav-link:hover {
  color: #272727;
  border-bottom-style: none;
  border-bottom-color: #3a3a3a;
}

.nav-link.w--current {
  color: #2c2c2c;
  font-weight: 700;
}

.search-block {
  float: none;
  padding-bottom: 0;
  display: inline-block;
  position: relative;
  top: 12px;
  left: 32px;
}

.form {
  position: relative;
}

.text-field {
  width: 80%;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
}

.text-field.subscribe-filed {
  margin-bottom: 21px;
}

.submit-button {
  width: 20%;
  color: #6b6b6b;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  top: -4px;
  left: -70px;
}

.submit-button:hover {
  color: #383838;
}

.hero {
  padding-top: 100px;
  padding-bottom: 100px;
}

.featured-post {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.featured-post-details {
  padding-right: 42px;
}

.featured-post-details.post-page {
  text-align: center;
  display: block;
}

.featured-post-details.left-side {
  padding-top: 20px;
  padding-left: 42px;
  padding-right: 0;
}

.featured-image {
  width: 100%;
  height: 460px;
  background-color: #ebebeb;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
  transition: transform .358s;
}

.featured-image:hover {
  box-shadow: none;
}

.featured-image.list-view2 {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
}

.featured-image.thrid-view {
  background-image: none;
  background-position: 0 0;
  background-size: 753px;
}

.featured-image.fourth-view, .featured-image.fith-view {
  background-image: none;
}

.prefix {
  color: #5c5c5c;
  margin-top: 30px;
  margin-bottom: 54px;
  font-family: Karla, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.prefix.post-card {
  margin-top: 0;
}

.read-more1 {
  width: 80px;
  height: 80px;
  color: #5c5c5c;
  text-align: center;
  background-color: #fff;
  margin-right: 0;
  padding-top: 29px;
  font-family: Wirebet icons, sans-serif;
  font-size: 34px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.read-more1:hover {
  color: #1d1d1d;
  background-color: #414141;
}

.arrow {
  text-decoration: none;
}

.author-div {
  margin-top: 29px;
}

.author-div.post-page {
  display: inline-block;
}

.author {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
}

.author-postname {
  margin-left: 12px;
  display: inline-block;
  position: relative;
  top: -21px;
}

.author-post-name-name {
  font-weight: 700;
}

.catagories.after-post {
  text-align: center;
  margin-top: 51px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.catagory {
  color: #414141;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #ddd;
  border-radius: 20px;
  margin-right: 10px;
  padding: 2px 20px;
  font-family: Karla, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.catagory:hover {
  color: #1a1a1a;
  background-color: #ececec;
  border-color: #eee;
}

.text-span {
  letter-spacing: 1px;
  font-style: italic;
  font-weight: 400;
}

.list-of-posts {
  border-top: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 100px;
}

.list-of-posts.masonry-layout {
  border-top-style: none;
}

.post-image {
  border-bottom: 1px #dbdbdb;
  overflow: visible;
}

.post-image:hover {
  border-bottom-color: #fff;
}

.post-card-title {
  opacity: .79;
  padding-bottom: 10px;
}

.post-card-title:hover {
  opacity: 1;
}

.author-image1 {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.post-link {
  color: #353535;
  text-decoration: none;
}

.catagories-hover-1 {
  flex-direction: column;
  display: flex;
}

.post-column {
  padding-right: 20px;
}

.post-row {
  margin-top: 60px;
}

.email-section {
  color: #d8d8d8;
  background-color: #1b1b1b;
  border-top: 1px solid #e4e4e4;
  padding-top: 200px;
  padding-bottom: 200px;
}

.pagination {
  opacity: 1;
  border-top: 1px solid #e5e5e5;
  margin-top: 60px;
  overflow: hidden;
}

.number-of-pages {
  width: 50px;
  height: 50px;
  float: left;
  color: #a8a8a8;
  text-align: center;
  border: 1px solid #dfdfdf;
  margin-right: -1px;
  padding-top: 15px;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  top: -1px;
}

.number-of-pages:hover {
  color: #7a7a7a;
  border-color: #cecece;
}

.number-of-pages.selected {
  z-index: 2;
  color: #303030;
  border-color: #888;
}

.number-of-pages.arrow-next-number {
  float: right;
  color: #5f5f5f;
  border-style: none;
  border-color: #414141;
  font-family: Wirebet icons, sans-serif;
  font-size: 34px;
}

.number-of-pages.arrow-next-number:hover {
  color: #0f0f0f;
  background-color: #313131;
}

.number-of-pages.current-page {
  color: #5c5c5c;
}

.text-block {
  color: #424242;
  font-size: 34px;
}

.subscribe-form {
  text-align: center;
  background-color: #272727;
  border: 1px solid #3f3f3f;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 16px;
  display: block;
}

.subscribe-button {
  width: 80%;
  height: 40px;
  background-color: #1f1f1f;
  border-radius: 20px;
}

.field-lable1 {
  width: 80%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer {
  max-width: 100%;
  color: #fff;
  background-color: #0e0e0e;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-menu {
  margin-top: 0;
}

.footer-title-text {
  color: #535353;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Karla, sans-serif;
  font-size: 12px;
}

.footer-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #e2e2e2;
  letter-spacing: 1px;
  margin-top: 18px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.footer-link:hover {
  color: #fff;
}

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

.email-me-link {
  color: #e2e2e2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  text-decoration: none;
  display: block;
  position: relative;
  top: 45px;
}

.email-me-link:hover {
  color: #fff;
}

.copywrite {
  border-top: 1px solid #3b3b3b;
  margin-top: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-link1 {
  color: #b2b2b2;
}

.column {
  padding-right: 50px;
}

.featured-post-link1 {
  color: #303030;
  text-decoration: none;
}

.featured-post-link1:hover {
  color: #505050;
}

.post-image1 {
  transition: transform .2s;
}

.post-image1:hover {
  transform: translate(0, -9px);
  box-shadow: -2px 6px 11px -2px rgba(0, 0, 0, .13);
}

.post-header {
  padding-top: 40px;
  padding-bottom: 0;
}

.hr-line {
  border-bottom: 1px solid #e2e2e2;
}

.social-share {
  float: right;
  display: inline-block;
  position: relative;
  top: 34px;
}

.share-text {
  margin-right: 15px;
  display: inline-block;
}

.social-share-link {
  width: 32px;
  height: 32px;
  opacity: .86;
  color: #888;
  border: 1px solid #696969;
  margin-right: 20px;
  padding: 4px 9px 3px;
}

.social-share-link:hover {
  border-color: #242424;
}

.featued-image-image {
  height: 680px;
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.post-body {
  padding-top: 0;
  padding-bottom: 0;
}

.post-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.post-container1 {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-no-overflow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.dropdown-view {
  color: #747474;
  margin-top: -15px;
  font-weight: 400;
}

.dropdown-view:hover {
  color: #272727;
}

.dropdown-view.w--open {
  font-weight: 400;
}

.dropdown-list {
  margin-top: 0;
}

.dropdown-list.w--open {
  background-color: #fafafa;
  border: 1px solid #d4d4d4;
  margin-top: 5px;
}

.dropdown {
  font-weight: 700;
}

.drop-nav {
  font-weight: 400;
}

.drop-nav:hover {
  color: #0e0e0e;
  background-color: #f3f3f3;
  border-bottom: 1px #f1f1f1;
}

.drop-nav.w--current {
  color: #272727;
  border-bottom: 1px solid #c3c3c3;
  font-weight: 700;
}

.list-view {
  padding-top: 80px;
  padding-bottom: 80px;
}

.paginaion-section {
  padding-bottom: 200px;
}

.next-posts {
  margin-top: 16px;
}

.next-post-right {
  border: 1px solid #e7e7e7;
}

.next-post-right:hover {
  box-shadow: none;
}

.next-post-image-left {
  height: 80px;
  overflow: hidden;
}

.next-post-row {
  height: 80px;
}

.next-post-title {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 5px;
  font-size: 12px;
  line-height: 16px;
}

.next-post-title.rightside-post {
  text-align: right;
  margin-left: 5px;
  margin-right: 10px;
}

.link-block {
  color: #303030;
  border-top: 1px #fff;
  border-bottom: 1px #fff;
  font-weight: 700;
  text-decoration: none;
}

.link-block:hover {
  border-top-color: #474747;
  border-bottom-color: #474747;
}

.next-post-title-tag {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 45px;
  font-family: Karla, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.sample-page-section {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

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

.page-image {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subtext {
  width: 100%;
  text-align: left;
  margin: 65px auto 50px;
  display: block;
}

.continer-3 {
  list-style-type: disc;
}

.form-block {
  width: 40%;
  border: 1px solid #dadada;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: block;
}

.link-text {
  color: #798edf;
}

.text-field-2 {
  height: 40px;
  border-radius: 20px;
}

.field-label, .field-label-2 {
  text-align: left;
}

.btn {
  height: 40px;
  float: right;
  text-align: right;
  background-color: #292929;
  border-radius: 40px;
  margin-top: 15px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.btn:hover {
  background-color: #0c0c0c;
}

.text-area {
  border-radius: 20px;
}

.catagory-keyword-span {
  font-weight: 700;
}

.nav-menu {
  color: var(--black);
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 0;
  padding-right: 20px;
  font-size: 18px;
  display: inline-block;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-2 {
  max-width: 1100px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom.margin-small {
  padding-bottom: 10px;
}

.footer-2 {
  color: #fff;
  background-color: #0e0e0e;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  color: #fff;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
}

.footer3_legal-link {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: underline;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.footer3_component {
  margin-bottom: 40px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.footer3_link {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
}

.footer3_link-list {
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer-menu-2 {
  margin-top: 0;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer1_credit-text {
  padding-bottom: 0;
  font-size: .875rem;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--white);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer1_link {
  color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.text-size-tiny {
  font-size: .75rem;
}

.footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.button {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer1_component {
  color: var(--white);
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  padding-top: 7px;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--white);
}

.footer1_logo-link {
  padding-left: 0;
}

.line-divider-2 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
}

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
  padding-top: 0;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  color: var(--white);
}

.footer1_social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.text-span-2 {
  color: var(--white);
}

.footer1_social-link-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_link-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer1_social-icon-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.footer3_social-list-2 {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer3_link-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer3_legal-link-2 {
  font-size: .875rem;
  text-decoration: underline;
}

.text-size-small {
  font-size: .875rem;
}

.footer3_link-list-2 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.social-icon-3 {
  width: 25px;
  height: 25px;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer3_credit-text {
  font-size: .875rem;
}

.footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.image-4 {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.image-5 {
  float: none;
  clear: none;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
}

.heading-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-4 {
  flex-direction: column;
  display: flex;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.bottom-cookie-wrapper {
  z-index: 5;
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookies-container-mobile {
  height: auto;
  border: 1px #6b6b6b;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 28px 10px 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.container-3 {
  width: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  position: static;
}

.white-x {
  width: 17px;
  height: 17px;
  background-image: url('../images/Vector-2-Stroke.svg');
  background-position: 0 0;
  background-size: auto;
}

.cookie-button-bottom {
  color: #202532;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 35px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.cookie-button-bottom:active {
  display: block;
}

.no-margin {
  margin-bottom: 0;
}

.no-margin.white-text {
  color: #fff;
}

.no-margin.white-text.max-700 {
  font-size: 16px;
}

.cookie-span {
  color: #efe9ff;
  border-bottom-style: none;
  font-weight: 600;
}

.section {
  z-index: auto;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.section.top-nav {
  z-index: 2;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.columns {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: block;
}

.paragraph {
  margin-bottom: 10px;
}

.heading-5 {
  text-align: left;
}

.paragraph-2 {
  margin-top: 40px;
}

.paragraph-3 {
  padding-top: 40px;
}

.heading-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.rich-text-block {
  flex: 0 auto;
  display: block;
}

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

.heading-7 {
  margin-top: 40px;
}

html.w-mod-js [data-ix="catagories-hover"], html.w-mod-js [data-ix="catagories-hover-activate"] {
  opacity: 0;
}

html.w-mod-js [data-ix="feature-image-list-load"] {
  opacity: 0;
  transform: translate(-600px);
}

html.w-mod-js [data-ix="text-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="nav-load"] {
  opacity: 0;
  transform: translate(0, -100px);
}

html.w-mod-js [data-ix="catagories-hover-activate-2"], html.w-mod-js [data-ix="contact-load"], html.w-mod-js [data-ix="list-appear"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .menu-button {
    margin-top: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .bottom-cookie-wrapper {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    padding-top: 10px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .image-3 {
    display: none;
  }

  .image-4 {
    display: inline-block;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-content.bottom-banner-content {
    align-items: center;
  }

  .bottom-cookie-wrapper {
    padding-bottom: 0;
  }

  .cookies-container-mobile {
    padding-top: 80px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .nav {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .social {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 33px;
    padding-left: 12px;
    display: block;
  }

  .nav-link {
    width: 40%;
    text-align: center;
  }

  .featured-post-details {
    text-align: center;
    padding-right: 10px;
  }

  .featured-post-details.left-side {
    margin-left: -33px;
  }

  .featured-image {
    height: 200px;
  }

  .prefix {
    margin-top: 10px;
    margin-bottom: 9px;
  }

  .author-div {
    z-index: 2;
    text-align: center;
    margin-top: 10px;
    margin-bottom: -43px;
    position: relative;
  }

  .author-postname {
    display: none;
  }

  .post {
    margin-bottom: 57px;
  }

  .catagories-hover-1 {
    display: none;
  }

  .post-column {
    padding-right: 10px;
  }

  .email-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .subscribe-form {
    margin-top: -29px;
  }

  .footer {
    padding-left: 17px;
    padding-right: 8px;
  }

  .footer-title-text {
    margin-top: 36px;
  }

  .form-2 {
    margin-top: 42px;
  }

  .column {
    text-align: center;
    margin-bottom: 45px;
    padding-right: 10px;
  }

  .heading {
    margin-bottom: 0;
  }

  .post-header {
    padding-left: 6px;
  }

  .hr-line, .social-share {
    display: none;
  }

  .featued-image-image {
    margin-top: -126px;
  }

  .post-container1 {
    width: 80%;
  }

  .col-no-overflow {
    overflow: visible;
  }

  .dropdown-view {
    width: 40%;
    text-align: center;
  }

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

  .next-post-title.rightside-post {
    padding-bottom: 7px;
  }

  .link-block {
    margin-top: 20px;
  }

  .page-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subtext {
    width: 80%;
  }

  .continer-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block {
    width: 80%;
  }

  .btn {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-2 {
    padding-left: 6px;
  }

  .nav-menu {
    background-color: #fff;
    border-top: 1px solid #e9e9e9;
    padding-bottom: 21px;
    box-shadow: 0 22px 35px -10px rgba(63, 63, 63, .41);
  }

  .menu-button {
    background-color: #fff;
    margin-top: 6px;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .menu-button.w--open {
    color: #272727;
    background-color: #fff;
  }

  .image {
    z-index: 2000;
    position: relative;
  }

  .image-2 {
    margin-top: 3px;
  }

  .column-2 {
    display: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-2 {
    padding-left: 17px;
    padding-right: 8px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .image-3 {
    margin-top: 6px;
    display: none;
  }

  .brand {
    padding-bottom: 1px;
  }

  .brand.w--current {
    padding-bottom: 0;
  }

  .image-4 {
    margin-top: 6px;
    display: inline-block;
  }

  .cookie-content.bottom-banner-content {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }

  .bottom-cookie-wrapper {
    flex-direction: column-reverse;
    padding-top: 25px;
  }

  .cookies-container-mobile {
    padding-top: 160px;
    padding-bottom: 40px;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section.top-nav {
    top: auto;
    bottom: 0;
  }
}


@font-face {
  font-family: 'Wirebet icons';
  src: url('../fonts/Wirebet_Icons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Cardo';
  src: url('../fonts/Cardo-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Cardo';
  src: url('../fonts/Cardo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Cardo';
  src: url('../fonts/Cardo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}