/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.2 | 20191019
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  background-color: #969696;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #000000;
}

span, p, h1, h2, h3, h4, h5, h6, a, li, ul, ol, button, input, textarea {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #000000;
}

button {
  background: none;
  outline: none;
  border: none;
  padding: 0;
}

.row {
  position: relative;
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.row.full-width {
  max-width: 100%;
}
.row.no-padding {
  padding: 0 0;
}
.row.justify-center {
  justify-content: center;
}
.row.align-start {
  align-items: flex-start;
}
.row.align-center {
  align-items: center;
}
.row.align-end {
  align-items: flex-end;
}

.relativeInsideAbsoluteFill {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.elementor-widget-text-editor a {
  color: #187ccd;
  text-decoration: underline;
}
.elementor-widget-text-editor a:hover {
  color: #4c9bda;
}
.elementor-widget-text-editor p,
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6,
.elementor-widget-text-editor ol,
.elementor-widget-text-editor ul {
  margin-top: 1rem;
}
.elementor-widget-text-editor p,
.elementor-widget-text-editor li {
  font-size: 1.125rem;
  font-weight: 300;
}
.elementor-widget-text-editor p strong,
.elementor-widget-text-editor li strong {
  font-weight: 600;
}
.elementor-widget-text-editor h1 {
  font-size: 2.5rem;
  font-weight: 600;
}
.elementor-widget-text-editor h2 {
  font-size: 2rem;
  font-weight: 600;
}
.elementor-widget-text-editor h3 {
  font-size: 1.75rem;
  font-weight: 400;
}
.elementor-widget-text-editor h4 {
  font-size: 1.5rem;
  font-weight: 600;
}
.elementor-widget-text-editor h5 {
  font-size: 1.25rem;
  font-weight: 400;
}
.elementor-widget-text-editor h6 {
  font-size: 1.125rem;
  font-weight: 600;
}

.admin-bar header.fabrika-header {
  top: 32px;
}
@media (max-width: 767px) {
  .admin-bar header.fabrika-header {
    top: 46px;
  }
}

div.fabrika-header-spacer {
  height: 100px;
  position: relative;
  width: 100vw;
}

header.fabrika-header {
  background-color: #8C8C8C;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10;
}
header.fabrika-header .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  height: 100px;
}
@media (max-width: 374px) {
  header.fabrika-header .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header.fabrika-header .wrapper > .site-logo {
  flex: 0 auto;
  margin-right: auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
header.fabrika-header .wrapper > .site-logo > img {
  flex: 1;
  height: 60px;
}
header.fabrika-header .wrapper > ul.social-links {
  flex: 0 auto;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
@media (max-width: 767px) {
  header.fabrika-header .wrapper > ul.social-links {
    display: none;
  }
}
header.fabrika-header .wrapper > ul.social-links > li.link-item {
  flex: 0 auto;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
header.fabrika-header .wrapper > ul.social-links > li.link-item > a {
  flex: 1;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
header.fabrika-header .wrapper > ul.social-links > li.link-item > a:hover {
  opacity: 1;
  transform: scale(1.3);
}
header.fabrika-header .wrapper > ul.social-links > li.link-item > a > img {
  flex: 0 auto;
  height: 20px;
  width: 20px;
}
header.fabrika-header .wrapper > button.menu-button {
  margin-left: 30px;
  flex: 0 auto;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  header.fabrika-header .wrapper > button.menu-button {
    transform: scale(0.8);
  }
}
header.fabrika-header .wrapper > button.menu-button > .text {
  color: #333;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}
header.fabrika-header .wrapper > button.menu-button > .circle {
  flex: 0 auto;
  height: 40px;
  width: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #333;
  gap: 4px;
  transition: all 0.3s ease-in-out;
}
header.fabrika-header .wrapper > button.menu-button > .circle > .bar {
  height: 1px;
  width: 22px;
  background-color: #333;
  transition: all 0.3s ease-in-out;
}
header.fabrika-header .wrapper > button.menu-button:hover > .text {
  color: #000;
}
header.fabrika-header .wrapper > button.menu-button:hover > .circle {
  border-color: #000;
}
header.fabrika-header .wrapper > button.menu-button:hover > .circle > .bar {
  background-color: #000;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 36px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 10000;
}
.fullscreen-menu.active {
  pointer-events: all;
  opacity: 1;
}
.fullscreen-menu > button.close-button {
  position: absolute;
  top: 30px;
  right: 40px;
  flex: 0 auto;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.fullscreen-menu > button.close-button > .circle {
  flex: 0 auto;
  height: 40px;
  width: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #DDD;
  gap: -1px;
  transition: all 0.3s ease-in-out;
}
.fullscreen-menu > button.close-button > .circle > .bar {
  height: 1px;
  width: 22px;
  background-color: #DDD;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.fullscreen-menu > button.close-button > .circle > .bar:nth-child(2) {
  transform: rotate(-45deg);
}
.fullscreen-menu > button.close-button:hover > .circle {
  border-color: #FFF;
}
.fullscreen-menu > button.close-button:hover > .circle > .bar {
  background-color: #FFF;
}
.fullscreen-menu > div > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.fullscreen-menu > div > ul > li {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.fullscreen-menu > div > ul > li > a {
  color: #DDD;
  text-transform: none;
  transition: all 0.3s ease-in-out;
}
.fullscreen-menu > div > ul > li > a:hover {
  color: #FFF;
}
.fullscreen-menu > div > ul > li > ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  gap: 20px;
}
.fullscreen-menu > div > ul > li > ul > li {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.fullscreen-menu > div > ul > li > ul > li > a {
  color: #DDD;
  text-transform: none;
  transition: all 0.3s ease-in-out;
}
.fullscreen-menu > div > ul > li > ul > li > a:hover {
  color: #FFF;
}
.fullscreen-menu > div > ul > li > ul > li > ul {
  display: none;
}

footer.fabrika-footer {
  border-top: 1px solid #3D3D3D;
}
footer.fabrika-footer > .wrapper {
  padding: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 35px;
}
@media (max-width: 991px) {
  footer.fabrika-footer > .wrapper {
    flex-direction: column;
  }
}
footer.fabrika-footer > .wrapper > .column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  footer.fabrika-footer > .wrapper > .column {
    width: 100%;
  }
}
footer.fabrika-footer > .wrapper > .column.align-start {
  align-items: flex-start;
}
@media (max-width: 991px) {
  footer.fabrika-footer > .wrapper > .column.align-start {
    align-items: center;
    text-align: center;
  }
}
footer.fabrika-footer > .wrapper > .column.align-center {
  align-items: center;
  text-align: center;
}
footer.fabrika-footer > .wrapper > .column.align-end {
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 991px) {
  footer.fabrika-footer > .wrapper > .column.align-end {
    align-items: center;
    text-align: center;
  }
}
footer.fabrika-footer > .wrapper > .column > a.site-logo {
  display: flex;
  flex: 0 auto;
  height: 60px;
}
footer.fabrika-footer > .wrapper > .column > a.site-logo > img {
  height: 60px;
}
footer.fabrika-footer > .wrapper > .column > a.link {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
footer.fabrika-footer > .wrapper > .column > a.link:hover {
  color: #000000;
}
footer.fabrika-footer > .wrapper > .column > .menu > div > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer.fabrika-footer > .wrapper > .column > .menu > div > ul > li > a {
  color: #202020;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
footer.fabrika-footer > .wrapper > .column > .menu > div > ul > li > a:hover {
  color: #000000;
}
footer.fabrika-footer > .wrapper > .column > ul.social-links {
  flex: 0 auto;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
footer.fabrika-footer > .wrapper > .column > ul.social-links > li.link-item {
  flex: 0 auto;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer.fabrika-footer > .wrapper > .column > ul.social-links > li.link-item > a {
  flex: 1;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
footer.fabrika-footer > .wrapper > .column > ul.social-links > li.link-item > a:hover {
  opacity: 1;
  transform: scale(1.3);
}
footer.fabrika-footer > .wrapper > .column > ul.social-links > li.link-item > a > img {
  flex: 0 auto;
  height: 20px;
  width: 20px;
}

.copyright > p {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 40px 40px 40px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

div.fabrika-slider {
  background: no-repeat center center cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div.fabrika-slider .overlay {
  z-index: 1;
  flex: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
div.fabrika-slider > .bullet-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 40px;
  width: 100vw;
}
div.fabrika-slider > .bullet-holder > .bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #FFFFFF;
  opacity: 0.5;
  transition: all 0.3s ease;
}
div.fabrika-slider > .bullet-holder > .bullet.active {
  opacity: 1;
  width: 50px;
}
div.fabrika-slider > .next-prev-buttons {
  position: absolute;
  flex: 0 auto;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
div.fabrika-slider > .next-prev-buttons.prev {
  left: calc(50% - 640px);
}
@media (max-width: 1280px) {
  div.fabrika-slider > .next-prev-buttons.prev {
    left: 0;
  }
}
div.fabrika-slider > .next-prev-buttons.next {
  right: calc(50% - 640px);
}
@media (max-width: 1280px) {
  div.fabrika-slider > .next-prev-buttons.next {
    right: 0;
  }
}
div.fabrika-slider > .slides-holder {
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
div.fabrika-slider > .slides-holder > .slide {
  position: relative;
  z-index: 2;
  background: no-repeat center center cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: max(40px, 50vw - 560px);
  padding-right: max(40px, 50vw - 560px);
  width: 100vw;
  flex: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  text-decoration: none;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  div.fabrika-slider > .slides-holder > .slide {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
div.fabrika-slider > .slides-holder > .slide > .poster {
  z-index: 2;
  flex: 0 auto;
  width: 266px;
  border-radius: 20px;
  overflow: hidden;
}
div.fabrika-slider > .slides-holder > .slide > .texts {
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  div.fabrika-slider > .slides-holder > .slide > .texts {
    align-items: stretch;
    text-align: center;
  }
}
div.fabrika-slider > .slides-holder > .slide > .texts > .slide-title {
  font-size: 30px;
  font-weight: 300;
  color: #FFFFFF;
}
div.fabrika-slider > .slides-holder > .slide > .texts > .slide-subtitle {
  font-size: 24px;
  font-weight: 900;
  color: #FFFFFF;
}
div.fabrika-slider > .slides-holder > .slide > .texts > .slide-description {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #FFFFFF;
}

div.fabrika-project-item {
  padding-top: 30px;
  padding-bottom: 30px;
}
div.fabrika-project-item > .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
div.fabrika-project-item > .wrapper.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  div.fabrika-project-item > .wrapper {
    flex-direction: column;
  }
  div.fabrika-project-item > .wrapper.reverse {
    flex-direction: column;
  }
}
div.fabrika-project-item > .wrapper > .column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
div.fabrika-project-item > .wrapper > .column > img {
  width: 100%;
  height: auto;
}
div.fabrika-project-item > .wrapper > .column > .top {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
div.fabrika-project-item > .wrapper > .column > .top > .logo-holder {
  flex: 0 auto;
  display: flex;
  max-width: 60px;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.fabrika-project-item > .wrapper > .column > .top > .logo-holder > img {
  flex: 0 auto;
  max-width: 50px;
  max-height: 40px;
}
div.fabrika-project-item > .wrapper > .column > .top > .subtitle {
  flex: 0 auto;
  font-size: 16px;
  font-weight: 700;
  color: #111111;
}
div.fabrika-project-item > .wrapper > .column > .top > span.line {
  flex: 1;
  display: block;
  height: 2px;
  background-color: #111111;
}
div.fabrika-project-item > .wrapper > .column > .title {
  font-size: 48px;
  font-weight: 300;
  color: #111111;
}
div.fabrika-project-item > .wrapper > .column > .description {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
div.fabrika-project-item > .wrapper > .column > a.button {
  border: 1px solid #787878;
  background: #878787;
  padding: 10px;
  color: #434343;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 215.385% */
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
div.fabrika-project-item > .wrapper > .column > a.button:hover {
  background: #434343;
  color: #878787;
}

div.fabrika-project-top > .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  div.fabrika-project-top > .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
div.fabrika-project-top > .wrapper > .column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
div.fabrika-project-top > .wrapper > .column.poster-holder {
  flex: 0 auto;
  width: 100%;
  max-width: 400px;
}
@media (max-width: 991px) {
  div.fabrika-project-top > .wrapper > .column {
    align-items: center;
  }
}
div.fabrika-project-top > .wrapper > .column > img {
  flex: 1;
  width: 100%;
}
div.fabrika-project-top > .wrapper > .column > h1 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
}
@media (max-width: 991px) {
  div.fabrika-project-top > .wrapper > .column > h1 {
    text-align: center;
  }
}
div.fabrika-project-top > .wrapper > .column > p {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 991px) {
  div.fabrika-project-top > .wrapper > .column > p {
    text-align: center;
  }
}
div.fabrika-project-top > .wrapper > .column > .video {
  flex: 0 auto;
  width: 100%;
}
div.fabrika-project-top > .wrapper > .column > .video > iframe {
  width: 100%;
  height: 400px;
}

div.fabrika-project-details > .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  div.fabrika-project-details > .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
div.fabrika-project-details > .wrapper > .column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
div.fabrika-project-details > .wrapper > .column.tag-holder {
  flex: 0 auto;
  width: 100%;
  max-width: 400px;
}
div.fabrika-project-details > .wrapper > .column > h3 {
  flex: 0 auto;
  width: 100%;
  text-align: center;
  color: #464646;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
div.fabrika-project-details > .wrapper > .column > ul.tag-items {
  flex: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 5px;
}
div.fabrika-project-details > .wrapper > .column > ul.tag-items > li.single-tag {
  flex: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
div.fabrika-project-details > .wrapper > .column > ul.tag-items > li.single-tag > p {
  flex: 1;
  color: #000;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
div.fabrika-project-details > .wrapper > .column > ul.tag-items > li.single-tag > p.value {
  flex: 2;
  text-align: left;
  font-weight: 600;
}
div.fabrika-project-details > .wrapper > .column > ul.social-links {
  flex: 0 auto;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
div.fabrika-project-details > .wrapper > .column > ul.social-links > li.link-item {
  flex: 0 auto;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
div.fabrika-project-details > .wrapper > .column > ul.social-links > li.link-item > a {
  flex: 1;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
div.fabrika-project-details > .wrapper > .column > ul.social-links > li.link-item > a:hover {
  opacity: 1;
  transform: scale(1.3);
}
div.fabrika-project-details > .wrapper > .column > ul.social-links > li.link-item > a > img {
  flex: 0 auto;
  height: 20px;
  width: 20px;
}
div.fabrika-project-details > .wrapper > .column > ul.actors-items {
  flex: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
div.fabrika-project-details > .wrapper > .column > ul.actors-items > li.actor-item {
  flex: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
div.fabrika-project-details > .wrapper > .column > ul.actors-items > li.actor-item > div.photo-holder {
  position: relative;
  overflow: hidden;
  flex: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 3px solid #787878;
  box-sizing: border-box;
  background: no-repeat center center cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div.fabrika-project-details > .wrapper > .column > ul.actors-items > li.actor-item > p {
  color: #000;
  width: 100%;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
div.fabrika-project-details > .wrapper > .column > ul.actors-items > li.actor-item > p > span {
  font-weight: 600;
}

div.fabrika-project-video-section > .wrapper {
  flex-direction: column;
}
div.fabrika-project-video-section > .wrapper > .pagination {
  flex: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 30px;
}
div.fabrika-project-video-section > .wrapper > .pagination > .page-number {
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #444;
  box-sizing: border-box;
  color: #444;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
div.fabrika-project-video-section > .wrapper > .pagination > .page-number.active, div.fabrika-project-video-section > .wrapper > .pagination > .page-number:hover {
  border-color: #000;
  color: #000;
}
div.fabrika-project-video-section > .wrapper > .video-grid {
  flex: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  div.fabrika-project-video-section > .wrapper > .video-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
div.fabrika-project-video-section > .wrapper > .video-grid > .video-item {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}
div.fabrika-project-video-section > .wrapper > .video-grid > .video-item:hover > .thumbnail-holder > .relativeInsideAbsoluteFill > .play-button {
  opacity: 1;
  transform: scale(1.2);
}
div.fabrika-project-video-section > .wrapper > .video-grid > .video-item > .thumbnail-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div.fabrika-project-video-section > .wrapper > .video-grid > .video-item > .thumbnail-holder > .relativeInsideAbsoluteFill {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.fabrika-project-video-section > .wrapper > .video-grid > .video-item > .thumbnail-holder > .relativeInsideAbsoluteFill > .play-button {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
div.fabrika-project-video-section > .wrapper > .video-grid > .video-item > .thumbnail-holder > .relativeInsideAbsoluteFill > .title-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  color: #FFF;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.fabrika-project-video-section-full-screen {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: none;
  box-sizing: border-box;
  padding: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fabrika-project-video-section-full-screen.open {
  display: flex;
}
.fabrika-project-video-section-full-screen > iframe {
  flex: 0 auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .fabrika-project-video-section-full-screen {
    padding: 20px;
  }
  .fabrika-project-video-section-full-screen > iframe {
    height: 50%;
  }
}
.fabrika-project-video-section-full-screen > button.close-button {
  position: absolute;
  top: 30px;
  right: 40px;
  flex: 0 auto;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.fabrika-project-video-section-full-screen > button.close-button > .circle {
  flex: 0 auto;
  height: 40px;
  width: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #DDD;
  gap: -1px;
  transition: all 0.3s ease-in-out;
}
.fabrika-project-video-section-full-screen > button.close-button > .circle > .bar {
  height: 1px;
  width: 22px;
  background-color: #DDD;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.fabrika-project-video-section-full-screen > button.close-button > .circle > .bar:nth-child(2) {
  transform: rotate(-45deg);
}
.fabrika-project-video-section-full-screen > button.close-button:hover > .circle {
  border-color: #FFF;
}
.fabrika-project-video-section-full-screen > button.close-button:hover > .circle > .bar {
  background-color: #FFF;
}

div.fabrika-news {
  padding-top: 30px;
  padding-bottom: 30px;
}
div.fabrika-news > .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
div.fabrika-news > .wrapper > .top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
  width: 100%;
  padding: 10px 0;
}
div.fabrika-news > .wrapper > .top > .title {
  color: #606060;
  text-align: right;
  font-family: Inter;
  font-size: 36px;
  font-weight: 200;
  line-height: 24px;
}
div.fabrika-news > .wrapper > .top > span.line {
  flex: 1;
  display: block;
  height: 2px;
  background-color: #606060;
}
div.fabrika-news > .wrapper > .bottom {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
div.fabrika-news > .wrapper > .bottom > .pagination {
  flex: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 30px;
}
div.fabrika-news > .wrapper > .bottom > .pagination > a, div.fabrika-news > .wrapper > .bottom > .pagination span {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  box-sizing: border-box;
  color: #444;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
div.fabrika-news > .wrapper > .bottom > .pagination > a.next, div.fabrika-news > .wrapper > .bottom > .pagination > a.prev, div.fabrika-news > .wrapper > .bottom > .pagination span.next, div.fabrika-news > .wrapper > .bottom > .pagination span.prev {
  display: none;
}
div.fabrika-news > .wrapper > .bottom > .pagination > a.active, div.fabrika-news > .wrapper > .bottom > .pagination > aa:hover, div.fabrika-news > .wrapper > .bottom > .pagination span.active, div.fabrika-news > .wrapper > .bottom > .pagination spana:hover {
  border-color: #000;
  color: #000;
}
div.fabrika-news > .wrapper > .bottom > .pagination > a {
  cursor: pointer;
  border: 1px solid #444;
}
div.fabrika-news > .wrapper > .bottom > .all-news-button {
  height: 40px;
  padding: 0px 20px;
  border-radius: 20px;
  border: 1px solid #444;
  color: #444;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  transition: all 0.3s ease-in-out;
}
div.fabrika-news > .wrapper > .bottom > .all-news-button:hover {
  color: #111111;
}
div.fabrika-news > .wrapper > .bottom > .news-item {
  flex: 0 auto;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
}
@media (max-width: 991px) {
  div.fabrika-news > .wrapper > .bottom > .news-item {
    flex-direction: column;
    width: 100%;
  }
}
div.fabrika-news > .wrapper > .bottom > .news-item > .thumbnail {
  flex: 0 auto;
  display: flex;
  width: 380px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
div.fabrika-news > .wrapper > .bottom > .news-item > .thumbnail > img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  div.fabrika-news > .wrapper > .bottom > .news-item > .thumbnail {
    width: 100%;
  }
}
div.fabrika-news > .wrapper > .bottom > .news-item > .date-area {
  flex: 0 auto;
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 767px) {
  div.fabrika-news > .wrapper > .bottom > .news-item > .date-area {
    width: fit-content;
  }
}
@media (max-width: 575px) {
  div.fabrika-news > .wrapper > .bottom > .news-item > .date-area {
    width: 100%;
  }
}
div.fabrika-news > .wrapper > .bottom > .news-item > .date-area > .day {
  color: #606060;
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-weight: 200;
}
div.fabrika-news > .wrapper > .bottom > .news-item > .date-area > .month {
  color: #606060;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
}
div.fabrika-news > .wrapper > .bottom > .news-item > .date-area > .year {
  color: #606060;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-weight: 800;
}
div.fabrika-news > .wrapper > .bottom > .news-item > .separator {
  flex: 0 auto;
  width: 1px;
  align-self: stretch;
  background-color: #606060;
}
@media (max-width: 575px) {
  div.fabrika-news > .wrapper > .bottom > .news-item > .separator {
    width: 100%;
    height: 1px;
  }
}
div.fabrika-news > .wrapper > .bottom > .news-item > .content {
  display: flex;
  flex: 1;
  gap: 10px;
  flex-direction: column;
}
div.fabrika-news > .wrapper > .bottom > .news-item > .content > .title {
  width: 100%;
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
div.fabrika-news > .wrapper > .bottom > .news-item > .content > .title:hover {
  color: #111111;
}
@media (max-width: 575px) {
  div.fabrika-news > .wrapper > .bottom > .news-item > .content > .title {
    width: 100%;
    text-align: center;
  }
}
div.fabrika-news > .wrapper > .bottom > .news-item > .content > .summary {
  width: 100%;
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 575px) {
  div.fabrika-news > .wrapper > .bottom > .news-item > .content > .summary {
    width: 100%;
    text-align: center;
  }
}
div.fabrika-news > .wrapper > .bottom > .news-item > .content > .read-more {
  width: 100%;
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration-line: underline;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
div.fabrika-news > .wrapper > .bottom > .news-item > .content > .read-more:hover {
  color: #111111;
}
@media (max-width: 575px) {
  div.fabrika-news > .wrapper > .bottom > .news-item > .content > .read-more {
    width: 100%;
    text-align: center;
  }
}

div.fabrika-latest-news {
  padding-top: 30px;
  padding-bottom: 30px;
}
div.fabrika-latest-news > .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
div.fabrika-latest-news > .wrapper > .top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
  width: 100%;
  padding: 10px 0;
}
div.fabrika-latest-news > .wrapper > .top > .title {
  color: #606060;
  text-align: right;
  font-family: Inter;
  font-size: 36px;
  font-weight: 200;
  line-height: 24px;
}
div.fabrika-latest-news > .wrapper > .top > span.line {
  flex: 1;
  display: block;
  height: 2px;
  background-color: #606060;
}
div.fabrika-latest-news > .wrapper > .bottom {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
div.fabrika-latest-news > .wrapper > .bottom > .all-news-button {
  height: 40px;
  padding: 0px 20px;
  border-radius: 20px;
  border: 1px solid #444;
  color: #444;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  transition: all 0.3s ease-in-out;
}
div.fabrika-latest-news > .wrapper > .bottom > .all-news-button:hover {
  color: #111111;
}
div.fabrika-latest-news > .wrapper > .bottom > .news-item {
  flex: 0 auto;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
}
@media (max-width: 575px) {
  div.fabrika-latest-news > .wrapper > .bottom > .news-item {
    flex-direction: column-reverse;
  }
}
div.fabrika-latest-news > .wrapper > .bottom > .news-item > .date-area {
  flex: 0 auto;
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 767px) {
  div.fabrika-latest-news > .wrapper > .bottom > .news-item > .date-area {
    width: fit-content;
  }
}
@media (max-width: 575px) {
  div.fabrika-latest-news > .wrapper > .bottom > .news-item > .date-area {
    width: 100%;
  }
}
div.fabrika-latest-news > .wrapper > .bottom > .news-item > .date-area > .day {
  color: #606060;
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-weight: 200;
}
div.fabrika-latest-news > .wrapper > .bottom > .news-item > .date-area > .month {
  color: #606060;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
}
div.fabrika-latest-news > .wrapper > .bottom > .news-item > .date-area > .year {
  color: #606060;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-weight: 800;
}
div.fabrika-latest-news > .wrapper > .bottom > .news-item > .separator {
  flex: 0 auto;
  width: 1px;
  align-self: stretch;
  background-color: #606060;
}
@media (max-width: 575px) {
  div.fabrika-latest-news > .wrapper > .bottom > .news-item > .separator {
    width: 100%;
    height: 1px;
  }
}
div.fabrika-latest-news > .wrapper > .bottom > .news-item > .content {
  display: flex;
  flex: 1;
  gap: 10px;
  flex-direction: column;
}
div.fabrika-latest-news > .wrapper > .bottom > .news-item > .content > .title {
  width: 100%;
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
div.fabrika-latest-news > .wrapper > .bottom > .news-item > .content > .title:hover {
  color: #111111;
}
@media (max-width: 575px) {
  div.fabrika-latest-news > .wrapper > .bottom > .news-item > .content > .title {
    width: 100%;
    text-align: center;
  }
}
div.fabrika-latest-news > .wrapper > .bottom > .news-item > .content > .summary {
  width: 100%;
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 575px) {
  div.fabrika-latest-news > .wrapper > .bottom > .news-item > .content > .summary {
    width: 100%;
    text-align: center;
  }
}
div.fabrika-latest-news > .wrapper > .bottom > .news-item > .content > .read-more {
  width: 100%;
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration-line: underline;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
div.fabrika-latest-news > .wrapper > .bottom > .news-item > .content > .read-more:hover {
  color: #111111;
}
@media (max-width: 575px) {
  div.fabrika-latest-news > .wrapper > .bottom > .news-item > .content > .read-more {
    width: 100%;
    text-align: center;
  }
}

div.fabrika-title {
  padding-top: 30px;
  padding-bottom: 30px;
}
div.fabrika-title > .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
}
div.fabrika-title > .wrapper > span.line {
  flex: 1;
  display: block;
  height: 2px;
  background-color: #606060;
}
div.fabrika-title > .wrapper > h2 {
  flex: 0 auto;
  color: #606060;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px;
}

div.fabrika-text-and-image {
  padding-top: 30px;
  padding-bottom: 30px;
}
div.fabrika-text-and-image > .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
div.fabrika-text-and-image > .wrapper.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  div.fabrika-text-and-image > .wrapper {
    flex-direction: column;
  }
  div.fabrika-text-and-image > .wrapper.reverse {
    flex-direction: column;
  }
}
div.fabrika-text-and-image > .wrapper > .column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
div.fabrika-text-and-image > .wrapper > .column > img {
  width: 100%;
  height: auto;
}
div.fabrika-text-and-image > .wrapper > .column > .description {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

div.fabrika-banner {
  background: no-repeat center center cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div.fabrika-banner > .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
div.fabrika-banner > .wrapper > img {
  flex: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

div.fabrika-contact-section > .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 20px;
}
div.fabrika-contact-section > .wrapper > .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.fabrika-contact-section > .wrapper > .left > img {
  width: 100%;
}
div.fabrika-contact-section > .wrapper > .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  border-left: 1px solid #606060;
  padding-left: 20px;
}
div.fabrika-contact-section > .wrapper > .right > h3 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
div.fabrika-contact-section > .wrapper > .right > ul {
  flex: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
div.fabrika-contact-section > .wrapper > .right > ul > li {
  flex: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

div.fabrika-social-media-section > .wrapper {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  box-sizing: border-box;
  gap: 20px;
}
@media (max-width: 991px) {
  div.fabrika-social-media-section > .wrapper {
    flex-direction: column;
  }
}
div.fabrika-social-media-section > .wrapper > .logo {
  flex: 0 auto;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  div.fabrika-social-media-section > .wrapper > .logo {
    width: 100%;
  }
}
div.fabrika-social-media-section > .wrapper > .logo > .logo-holder {
  flex: 0 auto;
  height: 200px;
  width: 200px;
  border-radius: 100px;
  background: no-repeat center center cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div.fabrika-social-media-section > .wrapper > .separator {
  align-self: stretch;
  width: 1px;
  background-color: #606060;
}
@media (max-width: 991px) {
  div.fabrika-social-media-section > .wrapper > .separator {
    width: 100%;
    height: 1px;
  }
}
div.fabrika-social-media-section > .wrapper > .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 991px) {
  div.fabrika-social-media-section > .wrapper > .right {
    width: 100%;
  }
}
div.fabrika-social-media-section > .wrapper > .right > h2 {
  color: #333333;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  div.fabrika-social-media-section > .wrapper > .right > h2 {
    width: 100%;
    text-align: center;
  }
}
div.fabrika-social-media-section > .wrapper > .right > ul {
  flex: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
div.fabrika-social-media-section > .wrapper > .right > ul > li {
  flex: 0 auto;
  width: 100%;
}
div.fabrika-social-media-section > .wrapper > .right > ul > li > a {
  width: fit-content;
  color: #333333;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  div.fabrika-social-media-section > .wrapper > .right > ul > li > a {
    width: 100%;
    justify-content: center;
  }
}
div.fabrika-social-media-section > .wrapper > .right > ul > li > a:hover {
  color: #000000;
}

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