/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./app/scss/main.scss ***!
  \*****************************************************************************************************************************************/
@font-face {
  font-family: "WorkSans-Light.woff";
  src: url("https://prontomc.co.uk//wp-content/themes/prc-theme/app/font/WorkSans-Light.woff");
}
@font-face {
  font-family: "Playfair-Display";
  src: url("https://prontomc.co.uk//wp-content/themes/prc-theme/app/font/playfair-display.woff");
}
.archive .category-header, .category .category-header, .search-results .category-header {
  background: #ffffff;
}
.archive .category-header img, .category .category-header img, .search-results .category-header img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}
.archive .category-title, .category .category-title, .search-results .category-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .archive .category-title, .category .category-title, .search-results .category-title {
    margin-bottom: 32px;
  }
}
.archive .post-thumbnail img, .category .post-thumbnail img, .search-results .post-thumbnail img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .archive .post-thumbnail img, .category .post-thumbnail img, .search-results .post-thumbnail img {
    height: 300px;
  }
}
.archive .read-more, .category .read-more, .search-results .read-more {
  margin: 16px 0 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #F3F3F3;
  color: #F23801;
}

.category-items__item:nth-child(n+5) {
  display: none;
}

.category-search {
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .category-search {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .category-search {
    width: 100%;
  }
}
.category-search {
  display: flex;
  justify-content: flex-end;
  margin: 64px auto;
}

.category-content {
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .category-content {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .category-content {
    width: 100%;
  }
}
.category-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .category-content {
    margin-top: 48px;
  }
}
.category-content__item {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media (min-width: 768px) {
  .category-content__item {
    width: calc(50% - 32px);
    margin-bottom: 64px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .category-content__item {
    width: calc(33.33% - 32px);
  }
}
.category-content__item h2 {
  margin: 8px 0 0;
  font-size: 22px;
  line-height: 26px;
}

.catergory-content__link {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}

.entry-content__main {
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .entry-content__main {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .entry-content__main {
    width: 100%;
  }
}

.entry-content__search-form {
  margin-top: 32px;
}

.primary-button, .site-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:last-of-type,
.load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 160px;
  height: 38px;
  padding: 0 16px;
  border-radius: 24px;
  color: #ffffff !important;
  font-family: "WorkSans-Light", sans-serif;
  font-size: 16px;
  font-weight: bold;
  background-color: #F23801;
  cursor: pointer;
  transition: background-color 0.4s ease-in-out;
}
.primary-button:hover, .site-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:last-of-type:hover,
.load-more:hover {
  color: #ffffff;
  background-color: #f56034;
}

.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:active {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  margin: 32px auto;
  padding: 0 24px;
  border: 0;
  border-radius: 24px;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: bold;
  font-family: "WorkSans-Light", sans-serif;
  background: #F23801 !important;
  box-shadow: unset;
  cursor: pointer;
  transition: background-color 0.4s ease-in-out;
}
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:active:hover {
  color: #ffffff;
  background-color: #f56034;
}

.read-more {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #F23801;
}
.read-more:after {
  content: "\f30b";
  margin-left: 4px;
  font-family: fontawesome;
  transition: margin 0.2s linear;
}
.read-more:hover:after {
  margin-left: 8px;
}

.load-more {
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .load-more {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .load-more {
    width: 100%;
  }
}
.load-more {
  width: fit-content !important;
  margin-bottom: 32px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #111111;
  font-family: "WorkSans-Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  scroll-behavior: smooth;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  z-index: 0;
}
@media (min-width: 1024px) {
  html {
    font-size: 18px;
    line-height: 26px;
  }
}
html.active {
  overflow-y: hidden;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 16px;
  color: #111111;
  font-family: "Playfair-Display", serif;
  font-weight: 100;
}

h1 {
  font-size: 40px;
  line-height: 48px;
  color: #102148;
}
@media (min-width: 768px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
    color: #102148;
  }
}

h2 {
  font-size: 32px;
  line-height: 40px;
  color: #102148;
}
@media (min-width: 768px) {
  h2 {
    font-size: 48px;
    line-height: 56px;
    color: #102148;
  }
}

h3 {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

p {
  margin-bottom: 16px;
}
p:last-of-type {
  margin-bottom: unset;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}

li {
  list-style-type: none;
  list-style-position: inside;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

img {
  max-width: 100%;
}

.entry-footer {
  display: none;
}

.container {
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .show-on-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .two-column {
    column-count: 2;
    column-gap: 32px;
  }
}

.icon-checkmark {
  display: block;
  margin-bottom: 8px;
}
.icon-checkmark:before {
  content: "\f00c";
  margin-right: 8px;
  font-family: fontawesome;
}

.padding--xsmall {
  padding-top: 16px;
  padding-bottom: 16px;
}

.padding--small {
  padding-top: 32px;
  padding-bottom: 32px;
}

.padding--medium {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .padding--medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.padding--large {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .padding--large {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.padding--xlarge {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .padding--xlarge {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}

.width--small {
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
}

.background-color--red {
  background-color: #F23801;
}
.background-color--white {
  background-color: #ffffff;
}
.background-color--grey {
  background-color: #F3F3F3;
}
.background-color--navy {
  background-color: #102148;
}

.color--red {
  color: #F23801;
}
.color--white {
  color: #ffffff;
}
.color--grey {
  color: #F3F3F3;
}
.color--navy {
  color: #102148;
}

.comments-area {
  display: none;
}

.fa-hand-point-right:before {
  margin-right: 8px;
  font-family: fontawesome;
}

.linkedin:after {
  content: "\f0e1";
  font-family: fontawesome;
}

.instagram:after {
  content: "\f16d";
  font-family: fontawesome;
}

.facebook:after {
  content: "\f39e";
  font-family: fontawesome;
}

.pinterest:after {
  content: "\f231";
  font-family: fontawesome;
}

.email:after {
  content: "\f0e0";
  font-family: fontawesome;
}

.twitter:after {
  content: "\f099";
  font-family: fontawesome;
}

.youtube:after {
  content: "\f167";
  font-family: fontawesome;
}

.legal-pages {
  margin: 120px 0 64px;
}
.legal-pages .entry-title {
  max-width: 640px;
  margin: 0 auto 32px;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  font-family: "Playfair-Display", serif;
}
.legal-pages a, .legal-pages a:hover {
  color: #F23801;
  text-decoration: underline;
}

.widget-area {
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .widget-area {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .widget-area {
    width: 100%;
  }
}
@media (min-width: 812px) {
  .widget-area {
    display: flex;
    justify-content: space-between;
  }
}
.widget-area li {
  list-style-type: none !important;
}
.widget-area__wrapper {
  padding: 64px 0 24px;
  background: #102148;
  color: #ffffff;
}
.widget-area .wp-block-column {
  flex: 1;
}
@media (min-width: 1024px) {
  .widget-area .wp-block-column {
    padding-right: 24px;
  }
}
.widget-area .wp-block-column:last-of-type {
  flex: 1.5;
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .widget-area .wp-block-column:last-of-type {
    padding-right: unset;
  }
}
.widget-area .wp-block-column:last-of-type * {
  font-size: 12px;
  line-height: 20px;
}
.widget-area .wp-block-column h4 {
  color: #ffffff;
}
.widget-area .wp-block-image, .widget-area .menu-item {
  margin-bottom: 16px;
}

.site-footer__legal {
  padding: 12px;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  background: #102148;
}
@media (min-width: 812px) {
  .site-footer__legal {
    font-size: 12px;
  }
}
.site-footer__legal > div:last-of-type {
  font-size: 10px;
}

.wpforms-field-label,
.wpforms-container.wpforms-container-full.brochure-form .wpforms-field-label {
  margin-bottom: 8px;
  font-family: "WorkSans-Light", sans-serif;
  font-weight: 100;
}

.with_frm_style .frm_message,
.frm_success_style,
.with_frm_style .frm_message p {
  border: 0;
  color: #000000;
  background: unset;
}

.with_frm_style .frm_inside_container.frm_label_float_top > label {
  font-size: 14px;
}

.frm-show-form select {
  margin-top: 8px;
}

.site-header {
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .site-header {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .site-header {
    width: 100%;
  }
}
.site-header {
  padding: 8px 0;
}
@media (min-width: 1024px) {
  .site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: unset;
  }
}
.site-header__logo {
  display: block;
  width: fit-content;
  height: 64px;
}
.site-header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 1024px) {
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu {
    display: flex;
    column-gap: 40px;
  }
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item a.mega-menu-link:hover {
  font-weight: bold !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:last-of-type a.mega-menu-link,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:last-of-type a.mega-menu-link:hover {
  color: #ffffff;
}
#mega-menu-wrap-primary-menu .mega-menu-toggle {
  position: absolute;
  top: -56px;
  right: -8px;
}

.mega-menu-primary-menu-mobile-open {
  overflow: hidden;
  height: 100vh;
}
.mega-menu-primary-menu-mobile-open .site-header__wrapper {
  height: 100vh;
  overflow: hidden;
  background-color: #ffffff;
}

#mega-menu-wrap-primary-menu {
  background: #ffffff;
}

#mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu {
  position: relative;
  max-height: calc(100vh - 120px);
  padding-top: 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu .mega-menu-item {
  margin-top: 20px !important;
}
@media (min-width: 1024px) {
  #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu .mega-menu-item {
    margin-top: unset !important;
  }
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  float: unset;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: unset;
}

.page-template-page-no-builder .entry-content {
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .page-template-page-no-builder .entry-content {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .page-template-page-no-builder .entry-content {
    width: 100%;
  }
}
.page-template-page-no-builder .entry-content {
  margin-bottom: 64px;
}
.page-template-page-no-builder .entry-content ul li {
  margin-bottom: 20px;
  list-style-type: disc;
}
.page-template-page-no-builder .entry-content ol li {
  margin-bottom: 20px;
  list-style-type: armenian;
}
.page-template-page-no-builder .entry-header h1 {
  margin: 24px 0 32px;
}

.single-post .post-thumbnail img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}
.single-post .entry-content {
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .single-post .entry-content {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .single-post .entry-content {
    width: 100%;
  }
}
.single-post .entry-content {
  max-width: 1080px;
}
.single-post .entry-content__title {
  margin: 64px 0 32px;
  font-size: 32px;
  line-height: 40px;
  font-family: "Playfair-Display", serif;
}
@media (min-width: 768px) {
  .single-post .entry-content__title {
    font-size: 48px;
    line-height: 56px;
  }
}
.single-post .entry-content .wp-block-image {
  margin: 32px auto;
  width: 100%;
}
.single-post .entry-content .wp-block-image figure {
  width: 100%;
}
.single-post .entry-content .wp-block-image img {
  width: 100%;
}
.single-post .post-navigation {
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .single-post .post-navigation {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .single-post .post-navigation {
    width: 100%;
  }
}
.single-post .post-navigation {
  max-width: 1200px;
  margin: 64px auto 32px;
}
.single-post .nav-links {
  display: flex;
  justify-content: space-between;
  color: #F23801;
  font-family: "Playfair-Display", serif;
}
.single-post .nav-previous .nav-title:before {
  content: "\f177";
  margin-right: 4px;
  font-family: fontawesome;
}
.single-post .nav-next .nav-title:after {
  content: "\f30b";
  margin-left: 4px;
  font-family: fontawesome;
}
.single-post h2 {
  margin-top: 32px;
  font-size: 24px;
  line-height: 32px;
  text-transform: unset;
}
@media (min-width: 768px) {
  .single-post h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.single-post h3 {
  margin: 32px 0 16px;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .single-post h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.single-post hr {
  margin-bottom: 32px;
}
.single-post ol, .single-post ul {
  margin: 16px 16px 0;
}
.single-post li {
  margin-bottom: 16px;
  list-style-type: unset;
}

.search-form {
  display: flex;
}

.search-field {
  width: 290px;
  max-width: 100%;
  padding-bottom: 4px;
  border: 0;
  border-bottom: 1px solid #F3F3F3;
  font-family: "WorkSans-Light", sans-serif;
}
@media (min-width: 768px) {
  .search-field {
    width: 320px;
  }
}

.search-submit {
  margin-left: 16px;
  border: 0;
  border-bottom: 1px solid #F3F3F3;
  text-transform: uppercase;
  font-family: "Playfair-Display", serif;
  background: 0;
}

.search-results .articles {
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .search-results .articles {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .search-results .articles {
    width: 100%;
  }
}
.search-results .articles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search-results article {
  margin-bottom: 64px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F3F3F3;
}
@media (min-width: 768px) {
  .search-results article {
    width: calc(50% - 32px);
  }
}

.no-results {
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .no-results {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .no-results {
    width: 100%;
  }
}
.no-results .search-form {
  margin-top: 32px;
}

.featured-block {
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .featured-block {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .featured-block {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .featured-block {
    display: flex;
    justify-content: space-between;
  }
}
.featured-block .column {
  position: relative;
  margin-top: 64px;
  padding: 64px 32px 32px;
  background: #F3F3F3;
}
@media (min-width: 768px) {
  .featured-block .column {
    width: calc(50% - 32px);
  }
}
@media (max-width: 767px) {
  .featured-block .column:last-of-type {
    margin-top: 96px;
  }
}
.featured-block .column__image {
  position: absolute;
  top: -64px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.featured-block .column__image img {
  width: 128px;
  height: 128px;
  border-radius: 100%;
  overflow: hidden;
}
.featured-block .column__name {
  margin: 16px 0 0;
  font-size: 30px;
  line-height: normal;
  text-align: center;
}
.featured-block .column__title {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.featured-block .column__description {
  margin-top: 16px;
  line-height: 28px;
}

.hero-block__slide {
  display: flex !important;
  align-items: center;
  position: relative;
  height: 560px;
}
@media (min-width: 768px) {
  .hero-block__slide {
    height: 730px;
  }
}
.hero-block__content-wrapper {
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .hero-block__content-wrapper {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .hero-block__content-wrapper {
    width: 100%;
  }
}
.hero-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 940px;
  max-width: 100%;
  height: 480px;
}
.hero-block__content.overlay--yes {
  background-color: rgba(0, 0, 0, 0.3411764706);
}
.hero-block__background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: auto;
}
.hero-block__background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-block__heading {
  color: #ffffff;
  text-transform: capitalize;
}
.hero-block__description {
  max-width: 560px;
  color: #ffffff;
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .hero-block__description {
    font-size: 16px;
    line-height: 24px;
  }
}
.hero-block__button {
  margin-top: 24px;
}

.height--banner .hero-block__slide {
  height: 560px;
}
.height--banner .hero-block__content {
  height: unset;
  padding: 40px;
}
.height--banner .hero-block__description {
  max-width: unset;
}

.icon-block {
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .icon-block {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .icon-block {
    width: 100%;
  }
}
.icon-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.icon-block__item {
  width: calc(50% - 32px);
  margin: 16px 32px 16px 0;
}
@media (min-width: 1024px) {
  .icon-block__item {
    flex: 1;
    width: unset;
  }
}
@media (min-width: 1024px) {
  .icon-block__item:last-of-type {
    margin-right: unset;
  }
}
.icon-block__link {
  cursor: pointer;
}
.icon-block__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.icon-block__icon img {
  height: 48px;
}
@media (min-width: 1024px) {
  .icon-block__icon img {
    height: 80px;
  }
}
.icon-block__heading {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
.icon-block__description {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

.media-block__wrapper {
  width: 100%;
}

.media-block {
  display: grid;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.media-block__image,
.media-block__video,
.media-block__video--youtube {
  grid-area: 1/1;
  position: relative;
  z-index: 1;
  width: 100%;
}

.media-block__image img,
.media-block__video video,
.media-block__video--youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .media-block__image img,
  .media-block__video video,
  .media-block__video--youtube iframe {
    height: auto;
    object-fit: unset;
  }
}

.media-block__video--youtube iframe {
  height: 100%;
}

.media-block::after {
  content: "";
  grid-area: 1/1;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.media-block__content {
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .media-block__content {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .media-block__content {
    width: 100%;
  }
}
.media-block__content {
  grid-area: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  padding: 72px 0;
  text-align: center;
}

.media-block__content-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.media-block__heading,
.media-block__description {
  color: #ffffff;
}

.media-block__button {
  margin: 32px auto 0;
}

.one-column-block {
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .one-column-block {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .one-column-block {
    width: 100%;
  }
}
.one-column-block__heading {
  max-width: 640px;
  margin: 0 auto 16px;
  text-align: center;
}
.one-column-block__paragraph ul li {
  margin-bottom: 16px;
  list-style-type: disc !important;
}
.one-column-block__paragraph ol li {
  margin-bottom: 16px;
  list-style-type: armenian !important;
}
.one-column-block__paragraph a {
  color: #F23801;
  font-family: "Playfair-Display", serif;
  cursor: pointer;
}
.one-column-block .primary-button {
  width: fit-content;
  margin: 32px auto 0;
}

.post-feed {
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .post-feed {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .post-feed {
    width: 100%;
  }
}
.post-feed {
  max-width: 1320px;
}
.post-feed__heading {
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .post-feed__heading {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .post-feed__heading {
    width: 100%;
  }
}
.post-feed__heading {
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .post-feed__blocks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.post-feed__block {
  display: block;
  margin-bottom: 32px;
  overflow: hidden;
  background: #ffffff;
}
@media (min-width: 768px) {
  .post-feed__block {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1024px) {
  .post-feed__block {
    width: calc(33.33% - 16px);
  }
}
.post-feed .no-content {
  pointer-events: none;
}
.post-feed__image {
  width: 100%;
}
@media (min-width: 768px) {
  .post-feed__image {
    height: 240px;
  }
}
.post-feed__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-feed__content {
  padding: 16px;
}
.post-feed__content p {
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-feed__title {
  margin: 8px 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.post-feed__description, .post-feed__description * {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: normal;
}
@media (min-width: 768px) {
  .post-feed .cutoff--three .load-items__item:nth-child(n+3) {
    display: none;
  }
}
@media (min-width: 1024px) {
  .post-feed .cutoff--three .load-items__item:nth-child(n+3) {
    display: block;
  }
}
.post-feed .cutoff--three .load-items__item:nth-child(n+4) {
  display: none;
}

.spacer-block--single {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .spacer-block--single {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.spacer-block--double {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .spacer-block--double {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.two-column-block {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 56px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .two-column-block {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .two-column-block {
    width: 100%;
  }
}
.two-column-block {
  flex-direction: column;
}
@media (min-width: 812px) {
  .two-column-block {
    flex-direction: row;
  }
}
@media (min-width: 812px) {
  .two-column-block .column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
}
.two-column-block .column__image {
  height: 100%;
  line-height: 0;
}
.two-column-block .column__image img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .two-column-block .column__image img {
    min-height: 600px;
  }
}
.two-column-block .column__subheading {
  margin-top: 32px;
}
.two-column-block .column__description ul {
  margin: 24px;
}
.two-column-block .column__description ul li {
  margin-bottom: 12px;
  list-style-type: disc;
}
.two-column-block .column__description ol li {
  margin-bottom: 12px;
  list-style-type: armenian;
}
.two-column-block .column .primary-button {
  margin-top: 24px;
}
.two-column-block__wrapper {
  position: relative;
}
.two-column-block__wrapper.image-alignment--full-width .two-column-block {
  width: 100%;
  max-width: unset;
}
.two-column-block__wrapper.image-alignment--full-width .two-column-block .column__content {
  margin: auto;
  padding: 16px;
}
@media (min-width: 768px) {
  .two-column-block__wrapper.image-alignment--full-width .two-column-block .column__content {
    padding: 32px;
  }
}
@media (min-width: 1280px) {
  .two-column-block__wrapper.image-alignment--full-width .two-column-block .column__content {
    padding: 32px 0;
  }
}
.two-column-block .column--one {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .two-column-block .column--one {
    margin-bottom: 0;
  }
}
.two-column-block .column--one .column__content {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 812px) {
  .two-column-block .column--one .column__content {
    width: 80%;
    margin: 0 auto 0 0;
  }
}
.two-column-block .column--two .column__content {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 812px) {
  .two-column-block .column--two .column__content {
    width: 80%;
    margin: 0 0 0 auto;
  }
}
.two-column-block .add-border--no {
  display: none;
}
.two-column-block .add-border--yes {
  width: 2px;
  background: #F23801;
}

.two-column-block.vertical-alignment--top .column {
  align-self: flex-start;
}

/*# sourceMappingURL=main-styles.css.map*/