@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/static/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/static/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/static/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/static/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/static/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/static/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top: 3px solid #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  animation: spin 0.6s linear infinite;
  display: none;
  position: absolute;
  top: 7px;
  right: 50%;
  transform: translate(-50%, -50%);
}

.submit-btn {
  align-items: center;
  position: relative;
  justify-content: center;
}
.submit-btn.loading .loader {
  display: inline-block;
}

@font-face {
  font-family: Merriweather;
  src: url("../fonts/merriweather/merriweather-all-400-normal.woff");
  font-weight: 400;
}
@font-face {
  font-family: Merriweather;
  src: url("../fonts/merriweather/merriweather-all-700-normal.woff");
  font-weight: 700;
}
@font-face {
  font-family: Merriweather;
  src: url("../fonts/merriweather/merriweather-all-900-normal.woff");
  font-weight: 900;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/montserrat/static/Montserrat-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: Heebo;
  src: url("../fonts/Heebo/static/Heebo-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: Heebo;
  src: url("../fonts/Heebo/static/Heebo-Regular.ttf");
  font-weight: 500;
}
body {
  color: #1a1a1a;
  background: #ffffff;
  font-family: Merriweather, Georgia, serif;
  font-size: 1rem;
  line-height: 1.75;
}
body h1 {
  font-family: Montserrat, Georgia, serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.225;
}
body h2 {
  font-family: Merriweather, Georgia, serif;
  font-weight: 700;
}
html[dir=rtl] body h1, html[dir=rtl] body h2 {
  font-family: Heebo, Georgia, serif;
  font-weight: 700;
}

a {
  color: #1f8afa;
  margin-right: 5px;
}

p {
  font-size: 16px;
}

mark {
  background: none;
  color: #1f8afa;
}

.site {
  position: relative;
}
.site .progress-bar {
  position: sticky;
  top: 0; /* sticks to the top */
  width: 100%;
  background-color: #f3f3f3;
  height: 6px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 9999;
}
.site .progress-bar .progress {
  width: 0;
  height: 100%;
  background-color: #3983c4;
  transition: width 0.5s ease;
}
.site .site-inner {
  margin: 0 auto;
  max-width: 1275px;
  position: relative;
  padding: 0 20px;
}
.site .site-inner .site-header {
  padding: 20px 0;
  border-bottom: 1px solid rgba(22, 52, 77, 0.1);
  margin-bottom: 30px;
  pointer-events: none;
}
.site .site-inner .site-header .site-header-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site .site-inner .site-header .site-header-main .site-branding a img {
  max-width: 130px;
}
.site .site-inner .content-area {
  display: flex;
  gap: 40px;
}
.site .site-inner .content-area .site-main {
  flex: 3;
}
.site .site-inner .content-area .site-main .post-meta {
  display: flex;
  gap: 6px;
  margin-bottom: 13px;
  font-size: 1rem;
  color: #1a1a1a;
}
.site .site-inner .content-area .site-main .author-name-wrapper .author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site .site-inner .content-area .site-main .author-name-wrapper .author .author-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 35px;
}
.site .site-inner .content-area .site-main .entry-content .wp-block-image {
  margin: 2em 0 2em;
}
.site .site-inner .content-area .site-main .wp-block-group .wp-block-group__inner-container .wp-block-genesis-blocks-gb-container .gb-container-inside .gb-container-content .wp-block-media-text {
  margin-bottom: 20px;
}
.site .site-inner .content-area .site-main .wp-block-buttons {
  margin: 2em 0 3.75em 0;
}
.site .site-inner .content-area .site-main .wp-block-buttons .wp-block-button a.wp-block-button__link {
  background: #1f8afa;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.site .site-inner .content-area .aside-section {
  flex: 1;
  max-width: 320px;
}
.site .site-inner .content-area .aside-section .floated-banner {
  position: sticky;
  top: 20px;
  margin-top: 100px;
}
.site .site-inner .content-area .aside-section .floated-banner img {
  width: 100%;
}
.site .site-footer {
  display: flex;
  justify-content: center;
  background: none;
}
@media (max-width: 992px) {
  .site .site-inner .content-area {
    flex-direction: column;
  }
  .site .site-inner .content-area .site-main {
    width: 100%;
  }
  .site .site-inner .content-area .aside-section {
    max-width: 100%;
    width: 100%;
  }
  .site .site-inner .content-area .aside-section .sidebar {
    display: none;
  }
  .site .site-inner .content-area .aside-section .floated-banner {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    margin-top: 0;
  }
}

/*# sourceMappingURL=post-old-styles.css.map */
