@import url("https://use.typekit.net/rkl7bxw.css");
.box-shadow {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
}
.box-shadow-blue {
  box-shadow: 0px 5px 15px rgba(20, 115, 230, 0.25);
}
.box-shadow-light {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.box-shadow-big {
  box-shadow: 0px 5px 3em rgba(0, 0, 0, 0.2);
}
.smooth-ultra {
  transition: all 0.05s ease;
}
.smooth-fast {
  transition: all 0.15s ease;
}
.smooth {
  transition: all 0.5s ease;
}
.smooth-long {
  transition: all 1s ease;
}
.scroll-y {
  overflow-y: auto;
}
.flex-full-core {
  width: 100%;
  height: 100%;
}
.flex-full-w-core {
  width: 100%;
}
.flex-column,
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-column-full,
.flex-col-full {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.flex-column-w,
.flex-col-w {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-row-full,
.flex-row-full {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.flex-row-w {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.flex-row-rev {
  display: flex;
  flex-direction: row-reverse;
}
.flex-row-rev-full {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
}
.flex-row-rev-w {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.vr-hidden {
  display: none !important;
}
body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #f5f5f7;
  font-size: 12px;
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #333333;
}
@media (min-width:992px) {
  body {
    font-size: 14px;
  }
}
@media (min-width:1200px) {
  body {
    font-size: 16px;
  }
}
@media (min-width:1800px) {
  body {
    background: #cccccc;
  }
}
body.vrd {
  margin-top: 80px;
}
h1,
h2,
h3,
h4 {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-wrap: pretty;
}
h1.lite,
h2.lite,
h3.lite,
h4.lite {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 300;
}
h1.thin,
h2.thin,
h3.thin,
h4.thin {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 200;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.5em;
}
.text-gradient {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.text-gradient h2 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #5b247a 0%, #1bc3df 100%);
  background: -webkit-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #5b247a), color-stop(1, #1bc3df));
  background: -o-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  background: -ms-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5B247A', endColorstr='#1BC3DF' ,GradientType=0)";
  background: linear-gradient(135deg, #5b247a 0%, #1bc3df 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5B247A', endColorstr='#1BC3DF', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
button.btn {
  border-radius: 10em;
  padding: 0.5em 1.25em;
  font-size: 1em;
  transition: all 0.5s ease;
}
button.btn.btn-primary {
  background: #333333;
  border-color: #000000;
}
button.btn.btn-primary:hover {
  background: #000000;
}
button.btn-default {
  background: #ffffff;
  border-color: #cccccc;
}
button.btn-default:hover {
  background: #f1f1f1;
  border-color: #bfbfbf;
}
button.btn-link {
  color: #1473e6;
}
button.btn-link.white {
  color: #ffffff !important;
}
button.btn.btn-link.dropdown-toggle {
  color: #ffffff;
}
button.btn.btn-link.dropdown-toggle:after {
  display: none;
}
a button.btn {
  text-decoration: none;
}
.sectional-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2em;
}
@media (min-width:1200px) {
  .sectional-content {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
}
.sectional-content .mkt-message {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 1em;
}
@media (min-width:1200px) {
  .sectional-content .mkt-message {
    padding: 1.5em;
  }
}
@media (min-width:1600px) {
  .sectional-content .mkt-message {
    padding: 2em;
  }
}
@media (min-width:1800px) {
  .sectional-content .mkt-message {
    padding: 2.5em;
  }
}
.sectional-content .mkt-message h1 {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.sectional-content .mkt-message h1 strong {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.sectional-content .mkt-message h1 strong.color.gd-1,
.sectional-content .mkt-message h1 strong.color.c-1 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #5b247a 0%, #1bc3df 100%);
  background: -webkit-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #5b247a), color-stop(1, #1bc3df));
  background: -o-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  background: -ms-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5B247A', endColorstr='#1BC3DF' ,GradientType=0)";
  background: linear-gradient(135deg, #5b247a 0%, #1bc3df 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5B247A', endColorstr='#1BC3DF', GradientType=1);
}
.sectional-content .mkt-message h1 strong.color.gd-2,
.sectional-content .mkt-message h1 strong.color.c-2 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #f02fc2 0%, #6094ea 100%);
  background: -webkit-linear-gradient(-45deg, #f02fc2 0%, #6094ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #f02fc2), color-stop(1, #6094ea));
  background: -o-linear-gradient(-45deg, #f02fc2 0%, #6094ea 100%);
  background: -ms-linear-gradient(-45deg, #f02fc2 0%, #6094ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02FC2', endColorstr='#6094EA' ,GradientType=0)";
  background: linear-gradient(135deg, #f02fc2 0%, #6094ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02FC2', endColorstr='#6094EA', GradientType=1);
}
.sectional-content .mkt-message h1 strong.color.gd-3,
.sectional-content .mkt-message h1 strong.color.c-3 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #41dc9a 0%, #3cb4b7 100%);
  background: -webkit-linear-gradient(-45deg, #41dc9a 0%, #3cb4b7 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #41dc9a), color-stop(1, #3cb4b7));
  background: -o-linear-gradient(-45deg, #41dc9a 0%, #3cb4b7 100%);
  background: -ms-linear-gradient(-45deg, #41dc9a 0%, #3cb4b7 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#41DC9A', endColorstr='#3CB4B7' ,GradientType=0)";
  background: linear-gradient(135deg, #41dc9a 0%, #3cb4b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41DC9A', endColorstr='#3CB4B7', GradientType=1);
}
.sectional-content .mkt-message h1 strong.color.gd-4,
.sectional-content .mkt-message h1 strong.color.c-4 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #7117ea 0%, #ea6060 100%);
  background: -webkit-linear-gradient(-45deg, #7117ea 0%, #ea6060 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #7117ea), color-stop(1, #ea6060));
  background: -o-linear-gradient(-45deg, #7117ea 0%, #ea6060 100%);
  background: -ms-linear-gradient(-45deg, #7117ea 0%, #ea6060 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7117EA', endColorstr='#EA6060' ,GradientType=0)";
  background: linear-gradient(135deg, #7117ea 0%, #ea6060 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7117EA', endColorstr='#EA6060', GradientType=1);
}
.sectional-content .mkt-message h1 strong.color.gd-5,
.sectional-content .mkt-message h1 strong.color.c-5 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #622774 0%, #c53364 100%);
  background: -webkit-linear-gradient(-45deg, #622774 0%, #c53364 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #622774), color-stop(1, #c53364));
  background: -o-linear-gradient(-45deg, #622774 0%, #c53364 100%);
  background: -ms-linear-gradient(-45deg, #622774 0%, #c53364 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#622774', endColorstr='#C53364' ,GradientType=0)";
  background: linear-gradient(135deg, #622774 0%, #c53364 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#622774', endColorstr='#C53364', GradientType=1);
}
.sectional-content .mkt-message h1 strong.color.gd-6,
.sectional-content .mkt-message h1 strong.color.c-6 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #17ead9), color-stop(1, #6078ea));
  background: -o-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -ms-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA' ,GradientType=0)";
  background: linear-gradient(135deg, #17ead9 0%, #6078ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA', GradientType=1);
}
.sectional-content .mkt-message h1 strong.color.gd-7,
.sectional-content .mkt-message h1 strong.color.c-7 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #f54ea2 0%, #ff7676 100%);
  background: -webkit-linear-gradient(-45deg, #f54ea2 0%, #ff7676 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #f54ea2), color-stop(1, #ff7676));
  background: -o-linear-gradient(-45deg, #f54ea2 0%, #ff7676 100%);
  background: -ms-linear-gradient(-45deg, #f54ea2 0%, #ff7676 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F54EA2', endColorstr='#FF7676' ,GradientType=0)";
  background: linear-gradient(135deg, #f54ea2 0%, #ff7676 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F54EA2', endColorstr='#FF7676', GradientType=1);
}
.sectional-content .mkt-message h1 strong.color.gd-8,
.sectional-content .mkt-message h1 strong.color.c-8 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #fad281 0%, #f27b79 100%);
  background: -webkit-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #fad281), color-stop(1, #f27b79));
  background: -o-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  background: -ms-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD281', endColorstr='#F27B79' ,GradientType=0)";
  background: linear-gradient(135deg, #fad281 0%, #f27b79 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD281', endColorstr='#F27B79', GradientType=1);
}
.sectional-content .mkt-message h1 strong.color.gd-1,
.sectional-content .mkt-message h1 strong.color.gd-2,
.sectional-content .mkt-message h1 strong.color.gd-3,
.sectional-content .mkt-message h1 strong.color.gd-4,
.sectional-content .mkt-message h1 strong.color.gd-5,
.sectional-content .mkt-message h1 strong.color.gd-6,
.sectional-content .mkt-message h1 strong.color.gd-7,
.sectional-content .mkt-message h1 strong.color.gd-8,
.sectional-content .mkt-message h1 strong.color.c-1,
.sectional-content .mkt-message h1 strong.color.c-2,
.sectional-content .mkt-message h1 strong.color.c-3,
.sectional-content .mkt-message h1 strong.color.c-4,
.sectional-content .mkt-message h1 strong.color.c-5,
.sectional-content .mkt-message h1 strong.color.c-6,
.sectional-content .mkt-message h1 strong.color.c-7,
.sectional-content .mkt-message h1 strong.color.c-8 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sectional-content .mkt-message h2 {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.75em;
}
.sectional-content .mkt-message h2 strong {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.sectional-content .mkt-message h2 strong.color.gd-1,
.sectional-content .mkt-message h2 strong.color.c-1 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #5b247a 0%, #1bc3df 100%);
  background: -webkit-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #5b247a), color-stop(1, #1bc3df));
  background: -o-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  background: -ms-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5B247A', endColorstr='#1BC3DF' ,GradientType=0)";
  background: linear-gradient(135deg, #5b247a 0%, #1bc3df 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5B247A', endColorstr='#1BC3DF', GradientType=1);
}
.sectional-content .mkt-message h2 strong.color.gd-2,
.sectional-content .mkt-message h2 strong.color.c-2 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #f02fc2 0%, #6094ea 100%);
  background: -webkit-linear-gradient(-45deg, #f02fc2 0%, #6094ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #f02fc2), color-stop(1, #6094ea));
  background: -o-linear-gradient(-45deg, #f02fc2 0%, #6094ea 100%);
  background: -ms-linear-gradient(-45deg, #f02fc2 0%, #6094ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02FC2', endColorstr='#6094EA' ,GradientType=0)";
  background: linear-gradient(135deg, #f02fc2 0%, #6094ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02FC2', endColorstr='#6094EA', GradientType=1);
}
.sectional-content .mkt-message h2 strong.color.gd-3,
.sectional-content .mkt-message h2 strong.color.c-3 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #41dc9a 0%, #3cb4b7 100%);
  background: -webkit-linear-gradient(-45deg, #41dc9a 0%, #3cb4b7 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #41dc9a), color-stop(1, #3cb4b7));
  background: -o-linear-gradient(-45deg, #41dc9a 0%, #3cb4b7 100%);
  background: -ms-linear-gradient(-45deg, #41dc9a 0%, #3cb4b7 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#41DC9A', endColorstr='#3CB4B7' ,GradientType=0)";
  background: linear-gradient(135deg, #41dc9a 0%, #3cb4b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41DC9A', endColorstr='#3CB4B7', GradientType=1);
}
.sectional-content .mkt-message h2 strong.color.gd-4,
.sectional-content .mkt-message h2 strong.color.c-4 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #7117ea 0%, #ea6060 100%);
  background: -webkit-linear-gradient(-45deg, #7117ea 0%, #ea6060 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #7117ea), color-stop(1, #ea6060));
  background: -o-linear-gradient(-45deg, #7117ea 0%, #ea6060 100%);
  background: -ms-linear-gradient(-45deg, #7117ea 0%, #ea6060 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7117EA', endColorstr='#EA6060' ,GradientType=0)";
  background: linear-gradient(135deg, #7117ea 0%, #ea6060 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7117EA', endColorstr='#EA6060', GradientType=1);
}
.sectional-content .mkt-message h2 strong.color.gd-5,
.sectional-content .mkt-message h2 strong.color.c-5 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #622774 0%, #c53364 100%);
  background: -webkit-linear-gradient(-45deg, #622774 0%, #c53364 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #622774), color-stop(1, #c53364));
  background: -o-linear-gradient(-45deg, #622774 0%, #c53364 100%);
  background: -ms-linear-gradient(-45deg, #622774 0%, #c53364 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#622774', endColorstr='#C53364' ,GradientType=0)";
  background: linear-gradient(135deg, #622774 0%, #c53364 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#622774', endColorstr='#C53364', GradientType=1);
}
.sectional-content .mkt-message h2 strong.color.gd-6,
.sectional-content .mkt-message h2 strong.color.c-6 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #17ead9), color-stop(1, #6078ea));
  background: -o-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -ms-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA' ,GradientType=0)";
  background: linear-gradient(135deg, #17ead9 0%, #6078ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA', GradientType=1);
}
.sectional-content .mkt-message h2 strong.color.gd-7,
.sectional-content .mkt-message h2 strong.color.c-7 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #f54ea2 0%, #ff7676 100%);
  background: -webkit-linear-gradient(-45deg, #f54ea2 0%, #ff7676 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #f54ea2), color-stop(1, #ff7676));
  background: -o-linear-gradient(-45deg, #f54ea2 0%, #ff7676 100%);
  background: -ms-linear-gradient(-45deg, #f54ea2 0%, #ff7676 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F54EA2', endColorstr='#FF7676' ,GradientType=0)";
  background: linear-gradient(135deg, #f54ea2 0%, #ff7676 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F54EA2', endColorstr='#FF7676', GradientType=1);
}
.sectional-content .mkt-message h2 strong.color.gd-8,
.sectional-content .mkt-message h2 strong.color.c-8 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #fad281 0%, #f27b79 100%);
  background: -webkit-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #fad281), color-stop(1, #f27b79));
  background: -o-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  background: -ms-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD281', endColorstr='#F27B79' ,GradientType=0)";
  background: linear-gradient(135deg, #fad281 0%, #f27b79 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD281', endColorstr='#F27B79', GradientType=1);
}
.sectional-content .mkt-message h2 strong.color.gd-1,
.sectional-content .mkt-message h2 strong.color.gd-2,
.sectional-content .mkt-message h2 strong.color.gd-3,
.sectional-content .mkt-message h2 strong.color.gd-4,
.sectional-content .mkt-message h2 strong.color.gd-5,
.sectional-content .mkt-message h2 strong.color.gd-6,
.sectional-content .mkt-message h2 strong.color.gd-7,
.sectional-content .mkt-message h2 strong.color.gd-8,
.sectional-content .mkt-message h2 strong.color.c-1,
.sectional-content .mkt-message h2 strong.color.c-2,
.sectional-content .mkt-message h2 strong.color.c-3,
.sectional-content .mkt-message h2 strong.color.c-4,
.sectional-content .mkt-message h2 strong.color.c-5,
.sectional-content .mkt-message h2 strong.color.c-6,
.sectional-content .mkt-message h2 strong.color.c-7,
.sectional-content .mkt-message h2 strong.color.c-8 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sectional-content .mkt-message p {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25em;
  color: #333333;
}
.sectional-content .mkt-message p .color {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.sectional-content .mkt-message p .color.gd-1,
.sectional-content .mkt-message p .color.c-1 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #5b247a 0%, #1bc3df 100%);
  background: -webkit-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #5b247a), color-stop(1, #1bc3df));
  background: -o-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  background: -ms-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5B247A', endColorstr='#1BC3DF' ,GradientType=0)";
  background: linear-gradient(135deg, #5b247a 0%, #1bc3df 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5B247A', endColorstr='#1BC3DF', GradientType=1);
}
.sectional-content .mkt-message p .color.gd-2,
.sectional-content .mkt-message p .color.c-2 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #f02fc2 0%, #6094ea 100%);
  background: -webkit-linear-gradient(-45deg, #f02fc2 0%, #6094ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #f02fc2), color-stop(1, #6094ea));
  background: -o-linear-gradient(-45deg, #f02fc2 0%, #6094ea 100%);
  background: -ms-linear-gradient(-45deg, #f02fc2 0%, #6094ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02FC2', endColorstr='#6094EA' ,GradientType=0)";
  background: linear-gradient(135deg, #f02fc2 0%, #6094ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02FC2', endColorstr='#6094EA', GradientType=1);
}
.sectional-content .mkt-message p .color.gd-3,
.sectional-content .mkt-message p .color.c-3 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #41dc9a 0%, #3cb4b7 100%);
  background: -webkit-linear-gradient(-45deg, #41dc9a 0%, #3cb4b7 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #41dc9a), color-stop(1, #3cb4b7));
  background: -o-linear-gradient(-45deg, #41dc9a 0%, #3cb4b7 100%);
  background: -ms-linear-gradient(-45deg, #41dc9a 0%, #3cb4b7 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#41DC9A', endColorstr='#3CB4B7' ,GradientType=0)";
  background: linear-gradient(135deg, #41dc9a 0%, #3cb4b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41DC9A', endColorstr='#3CB4B7', GradientType=1);
}
.sectional-content .mkt-message p .color.gd-4,
.sectional-content .mkt-message p .color.c-4 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #7117ea 0%, #ea6060 100%);
  background: -webkit-linear-gradient(-45deg, #7117ea 0%, #ea6060 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #7117ea), color-stop(1, #ea6060));
  background: -o-linear-gradient(-45deg, #7117ea 0%, #ea6060 100%);
  background: -ms-linear-gradient(-45deg, #7117ea 0%, #ea6060 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7117EA', endColorstr='#EA6060' ,GradientType=0)";
  background: linear-gradient(135deg, #7117ea 0%, #ea6060 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7117EA', endColorstr='#EA6060', GradientType=1);
}
.sectional-content .mkt-message p .color.gd-5,
.sectional-content .mkt-message p .color.c-5 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #622774 0%, #c53364 100%);
  background: -webkit-linear-gradient(-45deg, #622774 0%, #c53364 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #622774), color-stop(1, #c53364));
  background: -o-linear-gradient(-45deg, #622774 0%, #c53364 100%);
  background: -ms-linear-gradient(-45deg, #622774 0%, #c53364 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#622774', endColorstr='#C53364' ,GradientType=0)";
  background: linear-gradient(135deg, #622774 0%, #c53364 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#622774', endColorstr='#C53364', GradientType=1);
}
.sectional-content .mkt-message p .color.gd-6,
.sectional-content .mkt-message p .color.c-6 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #17ead9), color-stop(1, #6078ea));
  background: -o-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -ms-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA' ,GradientType=0)";
  background: linear-gradient(135deg, #17ead9 0%, #6078ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA', GradientType=1);
}
.sectional-content .mkt-message p .color.gd-7,
.sectional-content .mkt-message p .color.c-7 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #f54ea2 0%, #ff7676 100%);
  background: -webkit-linear-gradient(-45deg, #f54ea2 0%, #ff7676 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #f54ea2), color-stop(1, #ff7676));
  background: -o-linear-gradient(-45deg, #f54ea2 0%, #ff7676 100%);
  background: -ms-linear-gradient(-45deg, #f54ea2 0%, #ff7676 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F54EA2', endColorstr='#FF7676' ,GradientType=0)";
  background: linear-gradient(135deg, #f54ea2 0%, #ff7676 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F54EA2', endColorstr='#FF7676', GradientType=1);
}
.sectional-content .mkt-message p .color.gd-8,
.sectional-content .mkt-message p .color.c-8 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #fad281 0%, #f27b79 100%);
  background: -webkit-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #fad281), color-stop(1, #f27b79));
  background: -o-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  background: -ms-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD281', endColorstr='#F27B79' ,GradientType=0)";
  background: linear-gradient(135deg, #fad281 0%, #f27b79 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD281', endColorstr='#F27B79', GradientType=1);
}
.sectional-content .mkt-message p .color.gd-1,
.sectional-content .mkt-message p .color.gd-2,
.sectional-content .mkt-message p .color.gd-3,
.sectional-content .mkt-message p .color.gd-4,
.sectional-content .mkt-message p .color.gd-5,
.sectional-content .mkt-message p .color.gd-6,
.sectional-content .mkt-message p .color.gd-7,
.sectional-content .mkt-message p .color.gd-8,
.sectional-content .mkt-message p .color.c-1,
.sectional-content .mkt-message p .color.c-2,
.sectional-content .mkt-message p .color.c-3,
.sectional-content .mkt-message p .color.c-4,
.sectional-content .mkt-message p .color.c-5,
.sectional-content .mkt-message p .color.c-6,
.sectional-content .mkt-message p .color.c-7,
.sectional-content .mkt-message p .color.c-8 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sectional-content .mkt-message button.btn {
  margin-right: auto;
}
.sectional-content .mkt-message:first-of-type {
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
.sectional-content .mkt-message:last-of-type {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
.sectional-content .mkt-message.profile {
  padding: 0;
  overflow: hidden;
  min-width: 400px;
  transition: all 0.5s ease;
}
@media (min-width:1200px) {
  .sectional-content .mkt-message.profile {
    min-width: 400px;
  }
}
@media (min-width:1600px) {
  .sectional-content .mkt-message.profile {
    min-width: 600px;
  }
}
@media (min-width:1800px) {
  .sectional-content .mkt-message.profile {
    min-width: 800px;
  }
}
.sectional-content .mkt-message.profile .profile-image .icon {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2em;
  height: 300px;
}
.sectional-content .mkt-message.profile .profile-image .icon img.logo {
  height: calc(300px - 2em);
}
.sectional-content .mkt-message.profile .profile-image .avatar {
  display: flex;
  flex-direction: column;
  width: 300px;
  margin: 2em auto;
  border-radius: 300px;
  overflow: clip;
  padding: 10px;
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #17ead9), color-stop(1, #6078ea));
  background: -o-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -ms-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA' ,GradientType=0)";
  background: linear-gradient(135deg, #17ead9 0%, #6078ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA', GradientType=1);
}
.sectional-content .mkt-message.profile .profile-image .avatar img {
  width: 280px;
  height: 280px;
  border-radius: 280px;
}
.sectional-content.full {
  padding: 0;
}
.sectional-content.full .marketing-pop {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sectional-content.full .marketing-pop#marketing_pop_1 {
  padding: 2em;
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #fad281 0%, #f27b79 100%);
  background: -webkit-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #fad281), color-stop(1, #f27b79));
  background: -o-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  background: -ms-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD281', endColorstr='#F27B79' ,GradientType=0)";
  background: linear-gradient(135deg, #fad281 0%, #f27b79 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD281', endColorstr='#F27B79', GradientType=1);
}
.sectional-content.full .marketing-pop#marketing_pop_1 .unit-group {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  gap: 1em;
}
.sectional-content.full .marketing-pop#marketing_pop_1 .unit-group .image {
  display: flex;
  flex-direction: column;
  width: 200px;
  align-items: center;
}
.sectional-content.full .marketing-pop#marketing_pop_1 .unit-group .image .avatar {
  display: flex;
  flex-direction: column;
  width: 150px;
  border: 5px solid #555555;
  border-radius: 200px;
  overflow: clip;
}
.sectional-content.full .marketing-pop#marketing_pop_1 .unit-group .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sectional-content.full .marketing-pop#marketing_pop_1 .unit-group .details h2 {
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.sectional-content.full .marketing-pop#marketing_pop_1 .unit-group .details h2 strong {
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.sectional-content.full .marketing-pop#marketing_pop_1 .unit-group .details h4 {
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.sectional-content.fit {
  max-width: 1600px;
  margin: 0 auto;
}
.profile-image {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  overflow: hidden;
  justify-content: center;
}
.profile-image .its-me {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-image: url("/_images/me/its-me-3.jpg");
  background-position: right top;
  background-size: cover;
  overflow: hidden;
}
.story-block-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  gap: 1em;
}
.story-block-main .story-block-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: all 0.5s ease;
}
@media (min-width:1200px) {
  .story-block-main .story-block-section {
    min-height: 80vh;
  }
}
@media (min-width:1600px) {
  .story-block-main .story-block-section {
    min-height: 70vh;
  }
}
@media (min-width:1800px) {
  .story-block-main .story-block-section {
    min-height: 60vh;
  }
}
.story-block-main .story-block-section .story-block-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.story-block-main .story-block-section .story-block-group.details {
  order: 2;
  padding: 2em;
}
.story-block-main .story-block-section .story-block-group.details .unit {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.story-block-main .story-block-section .story-block-group.details .unit h2 {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.story-block-main .story-block-section .story-block-group.details .unit h3 {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.story-block-main .story-block-section .story-block-group.details .unit p {
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.story-block-main .story-block-section .story-block-group.mkt-image {
  order: 1;
}
.story-block-main .story-block-section .story-block-group.mkt-image .image-container {
  padding: 2em;
}
.story-block-main .story-block-section .story-block-group.mkt-image .image-container img {
  width: 100%;
  height: auto;
}
.story-block-main .story-block-section .story-block-group.mkt-image .image-container img.lg {
  max-height: unset;
}
.story-block-main .story-block-section .story-block-group.mkt-image .image-container .carousel {
  overflow: clip;
}
@media (min-width:1200px) {
  .story-block-main .story-block-section {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-content: center;
    align-items: center;
  }
  .story-block-main .story-block-section .story-block-group {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
  .story-block-main .story-block-section .story-block-group.details {
    order: 1;
  }
  .story-block-main .story-block-section .story-block-group.details .unit {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .story-block-main .story-block-section .story-block-group.details .unit h2 {
    font-family: "articulat-cf", sans-serif;
    font-style: normal;
    font-weight: 600;
  }
  .story-block-main .story-block-section .story-block-group.details .unit h3 {
    font-family: "articulat-cf", sans-serif;
    font-style: normal;
    font-weight: 300;
  }
  .story-block-main .story-block-section .story-block-group.details .unit p {
    font-family: "acumin-pro", sans-serif;
    font-style: normal;
    font-weight: 300;
  }
  .story-block-main .story-block-section .story-block-group.details .unit p strong {
    font-family: "acumin-pro", sans-serif;
    font-style: normal;
    font-weight: 600;
  }
  .story-block-main .story-block-section .story-block-group.mkt-image {
    order: 2;
  }
  .story-block-main .story-block-section .story-block-group.mkt-image .image-container {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .story-block-main .story-block-section .story-block-group.mkt-image .image-container img {
    width: 100%;
    height: auto;
  }
  .story-block-main .story-block-section .story-block-group.mkt-image .image-container img.round {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 1em 0 0 1em;
  }
  .story-block-main .story-block-section .story-block-group.mkt-image .image-container img.sm {
    max-width: fit-content;
  }
  .story-block-main .story-block-section .story-block-group.mkt-image .carousel {
    border-radius: 1em 0 0 1em;
  }
  .story-block-main .story-block-section:nth-child(even) .story-block-group.details {
    order: 2;
  }
  .story-block-main .story-block-section:nth-child(even) .story-block-group.mkt-image {
    order: 1;
  }
  .story-block-main .story-block-section:nth-child(even) .story-block-group.mkt-image .image-container img.round {
    border-radius: 0 1em 1em 0;
  }
  .story-block-main .story-block-section:nth-child(even) .story-block-group.mkt-image .carousel {
    border-radius: 0 1em 1em 0;
  }
}
@media (min-width:1200px) and (min-width:992px) {
  .story-block-main .story-block-section .story-block-group.details {
    padding: 2em;
    flex: 4;
  }
}
@media (min-width:1200px) and (min-width:1200px) {
  .story-block-main .story-block-section .story-block-group.details {
    padding: 3em;
  }
}
@media (min-width:1200px) and (min-width:1600px) {
  .story-block-main .story-block-section .story-block-group.details {
    padding: 4em;
  }
}
@media (min-width:1200px) and (min-width:1800px) {
  .story-block-main .story-block-section .story-block-group.details {
    padding: 5em;
  }
}
@media (min-width:1200px) and (min-width:992px) {
  .story-block-main .story-block-section .story-block-group.mkt-image {
    flex: 6;
  }
}
.story-block-main.mini {
  max-width: 1600px;
  margin: 0 auto;
  gap: 7em;
}
.story-block-main.mini .story-block-section {
  min-height: unset;
}
.story-block-main.mini .story-block-section .story-block-group.mkt-image .image-container img.round {
  border-radius: 1em;
}
.secton-block-header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.secton-block-header .container-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1.5em 2em;
  align-items: center;
}
@media (min-width:1200px) {
  .secton-block-header .container-group {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.secton-block-header .container-group .top {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #999999;
}
.secton-block-header .container-group .top .logo {
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 300px;
}
.secton-block-header .container-group .top h1 {
  font-size: 3.5em;
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 100;
}
.secton-block-header .container-group .top h1 .color {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.secton-block-header .container-group .top h1 .color.gd-1,
.secton-block-header .container-group .top h1 .color.c-1 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #5b247a 0%, #1bc3df 100%);
  background: -webkit-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #5b247a), color-stop(1, #1bc3df));
  background: -o-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  background: -ms-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5B247A', endColorstr='#1BC3DF' ,GradientType=0)";
  background: linear-gradient(135deg, #5b247a 0%, #1bc3df 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5B247A', endColorstr='#1BC3DF', GradientType=1);
}
.secton-block-header .container-group .top h1 .color.gd-2,
.secton-block-header .container-group .top h1 .color.c-2 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #f02fc2 0%, #6094ea 100%);
  background: -webkit-linear-gradient(-45deg, #f02fc2 0%, #6094ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #f02fc2), color-stop(1, #6094ea));
  background: -o-linear-gradient(-45deg, #f02fc2 0%, #6094ea 100%);
  background: -ms-linear-gradient(-45deg, #f02fc2 0%, #6094ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02FC2', endColorstr='#6094EA' ,GradientType=0)";
  background: linear-gradient(135deg, #f02fc2 0%, #6094ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02FC2', endColorstr='#6094EA', GradientType=1);
}
.secton-block-header .container-group .top h1 .color.gd-3,
.secton-block-header .container-group .top h1 .color.c-3 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #41dc9a 0%, #3cb4b7 100%);
  background: -webkit-linear-gradient(-45deg, #41dc9a 0%, #3cb4b7 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #41dc9a), color-stop(1, #3cb4b7));
  background: -o-linear-gradient(-45deg, #41dc9a 0%, #3cb4b7 100%);
  background: -ms-linear-gradient(-45deg, #41dc9a 0%, #3cb4b7 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#41DC9A', endColorstr='#3CB4B7' ,GradientType=0)";
  background: linear-gradient(135deg, #41dc9a 0%, #3cb4b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41DC9A', endColorstr='#3CB4B7', GradientType=1);
}
.secton-block-header .container-group .top h1 .color.gd-4,
.secton-block-header .container-group .top h1 .color.c-4 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #7117ea 0%, #ea6060 100%);
  background: -webkit-linear-gradient(-45deg, #7117ea 0%, #ea6060 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #7117ea), color-stop(1, #ea6060));
  background: -o-linear-gradient(-45deg, #7117ea 0%, #ea6060 100%);
  background: -ms-linear-gradient(-45deg, #7117ea 0%, #ea6060 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7117EA', endColorstr='#EA6060' ,GradientType=0)";
  background: linear-gradient(135deg, #7117ea 0%, #ea6060 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7117EA', endColorstr='#EA6060', GradientType=1);
}
.secton-block-header .container-group .top h1 .color.gd-5,
.secton-block-header .container-group .top h1 .color.c-5 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #622774 0%, #c53364 100%);
  background: -webkit-linear-gradient(-45deg, #622774 0%, #c53364 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #622774), color-stop(1, #c53364));
  background: -o-linear-gradient(-45deg, #622774 0%, #c53364 100%);
  background: -ms-linear-gradient(-45deg, #622774 0%, #c53364 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#622774', endColorstr='#C53364' ,GradientType=0)";
  background: linear-gradient(135deg, #622774 0%, #c53364 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#622774', endColorstr='#C53364', GradientType=1);
}
.secton-block-header .container-group .top h1 .color.gd-6,
.secton-block-header .container-group .top h1 .color.c-6 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #17ead9), color-stop(1, #6078ea));
  background: -o-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -ms-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA' ,GradientType=0)";
  background: linear-gradient(135deg, #17ead9 0%, #6078ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA', GradientType=1);
}
.secton-block-header .container-group .top h1 .color.gd-7,
.secton-block-header .container-group .top h1 .color.c-7 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #f54ea2 0%, #ff7676 100%);
  background: -webkit-linear-gradient(-45deg, #f54ea2 0%, #ff7676 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #f54ea2), color-stop(1, #ff7676));
  background: -o-linear-gradient(-45deg, #f54ea2 0%, #ff7676 100%);
  background: -ms-linear-gradient(-45deg, #f54ea2 0%, #ff7676 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F54EA2', endColorstr='#FF7676' ,GradientType=0)";
  background: linear-gradient(135deg, #f54ea2 0%, #ff7676 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F54EA2', endColorstr='#FF7676', GradientType=1);
}
.secton-block-header .container-group .top h1 .color.gd-8,
.secton-block-header .container-group .top h1 .color.c-8 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #fad281 0%, #f27b79 100%);
  background: -webkit-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #fad281), color-stop(1, #f27b79));
  background: -o-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  background: -ms-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD281', endColorstr='#F27B79' ,GradientType=0)";
  background: linear-gradient(135deg, #fad281 0%, #f27b79 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD281', endColorstr='#F27B79', GradientType=1);
}
.secton-block-header .container-group .top h1 .color.gd-1,
.secton-block-header .container-group .top h1 .color.gd-2,
.secton-block-header .container-group .top h1 .color.gd-3,
.secton-block-header .container-group .top h1 .color.gd-4,
.secton-block-header .container-group .top h1 .color.gd-5,
.secton-block-header .container-group .top h1 .color.gd-6,
.secton-block-header .container-group .top h1 .color.gd-7,
.secton-block-header .container-group .top h1 .color.gd-8,
.secton-block-header .container-group .top h1 .color.c-1,
.secton-block-header .container-group .top h1 .color.c-2,
.secton-block-header .container-group .top h1 .color.c-3,
.secton-block-header .container-group .top h1 .color.c-4,
.secton-block-header .container-group .top h1 .color.c-5,
.secton-block-header .container-group .top h1 .color.c-6,
.secton-block-header .container-group .top h1 .color.c-7,
.secton-block-header .container-group .top h1 .color.c-8 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.secton-block-header .container-group .top p {
  font-size: 1.2em;
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.secton-block-header .container-group .bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 1em;
}
.secton-block-header .container-group .bottom p {
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.secton-block-header.bg-image {
  background-image: none;
  margin: 0.5em 0;
}
@media (min-width:992px) {
  .secton-block-header.bg-image {
    justify-content: center;
    min-height: calc(100vh - 80px);
    background-position: center center;
    background-size: cover;
    margin: 0;
  }
}
.secton-block-header.bg-image.dark .container-group {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 1em;
}
.secton-block-header.bg-image.dark .container-group .top,
.secton-block-header.bg-image.dark .container-group .bottom {
  color: #ffffff;
}
.secton-block-header.bg-image.light .container-group {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 1em;
}
.secton-block-header.bg-image.bottom {
  padding-bottom: 2em;
  justify-content: flex-end;
}
.secton-block-header.bg-image.top {
  padding-top: 2em;
  justify-content: flex-start;
}
.primary-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1800px;
}
@media (min-width:1800px) {
  .primary-container {
    background: #f5f5f7;
    margin: 0 auto 1.5em;
    border-radius: 0 0 1.5em 1.5em;
    padding-bottom: 3em;
  }
}
.footer-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em;
}
.footer-main .copywright {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer-main .copywright p {
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 12px;
  color: #555555;
}
.my-team-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1em;
  margin-bottom: 3em;
}
.my-team-main .header {
  border-top: 1px solid #cccccc;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.my-team-main .header h3 {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.my-team-main .header .p {
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25em;
}
.my-team-main .team-main {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 0 2em;
  gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
}
.my-team-main .team-main .team-card-main {
  background: #ffffff;
  padding: 0.5em;
  border-radius: 100px 0.5em 0.5em 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 1 350px;
  transition: all 0.5s ease;
}
.my-team-main .team-main .team-card-main .avatar {
  display: flex;
  flex-direction: column;
  width: 80px;
  height: 80px;
  justify-content: flex-start;
  align-items: center;
  overflow: clip;
  border-radius: 80px;
  padding: 5px;
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #17ead9), color-stop(1, #6078ea));
  background: -o-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -ms-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA' ,GradientType=0)";
  background: linear-gradient(135deg, #17ead9 0%, #6078ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA', GradientType=1);
}
.my-team-main .team-main .team-card-main .avatar .pic {
  display: flex;
  flex-direction: column;
  height: 70px;
  width: 70px;
  border-radius: 70px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.my-team-main .team-main .team-card-main .avatar .pic img {
  max-height: 74px;
  width: auto;
}
.my-team-main .team-main .team-card-main .details {
  display: flex;
  flex-direction: column;
  width: calc(100% - 80px);
  padding: 0.5em 0.25em;
}
.my-team-main .team-main .team-card-main .details .name {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.my-team-main .team-main .team-card-main .details .name h4 {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25em;
  padding: 0;
  margin: 0;
}
.my-team-main .team-main .team-card-main .details .role {
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.875em;
}
.my-team-main .team-main .team-card-main .details .name,
.my-team-main .team-main .team-card-main .details .role {
  padding-left: 0.5em;
}
.my-team-main .team-main .team-card-main:hover {
  cursor: pointer;
  box-shadow: 0px 5px 15px rgba(20, 115, 230, 0.25);
}
.about-me-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1em;
  gap: 3em;
}
.about-me-main .unit-group {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding: 1em;
}
@media (min-width:992px) {
  .about-me-main .unit-group {
    padding: 2em;
  }
}
.about-me-main .unit-group .unit {
  display: flex;
  flex-direction: column;
}
.about-me-main .unit-group .unit h1 {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.about-me-main .unit-group .unit h1 strong {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 600;
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #17ead9), color-stop(1, #6078ea));
  background: -o-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -ms-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA' ,GradientType=0)";
  background: linear-gradient(135deg, #17ead9 0%, #6078ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-me-main .unit-group .unit h2 {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 200;
}
.about-me-main .unit-group .unit p {
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25em;
}
.about-me-main .unit-group .unit p strong {
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #17ead9), color-stop(1, #6078ea));
  background: -o-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -ms-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA' ,GradientType=0)";
  background: linear-gradient(135deg, #17ead9 0%, #6078ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-me-main .unit-group.primary {
  background: #ffffff;
  border-radius: 70px 1em 1em 1em;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease;
}
@media (min-width:992px) {
  .about-me-main .unit-group.primary {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    border-radius: 80px 1em 1em 1em;
  }
}
@media (min-width:1200px) {
  .about-me-main .unit-group.primary {
    max-width: 70%;
    border-radius: 90px 1em 1em 1em;
  }
}
@media (min-width:1600px) {
  .about-me-main .unit-group.primary {
    max-width: 60%;
    border-radius: 100px 1em 1em 1em;
  }
}
@media (min-width:1800px) {
  .about-me-main .unit-group.primary {
    max-width: 50%;
    border-radius: 110px 1em 1em 1em;
  }
}
.about-me-main .unit-group.primary .about-me-avatar {
  display: flex;
  flex-direction: column;
  width: 120px;
  height: 120px;
  padding: 5px;
  border-radius: 120px;
  overflow: hidden;
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #17ead9), color-stop(1, #6078ea));
  background: -o-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -ms-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA' ,GradientType=0)";
  background: linear-gradient(135deg, #17ead9 0%, #6078ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA', GradientType=1);
}
.about-me-main .unit-group.primary .about-me-avatar .frame {
  display: flex;
  flex-direction: column;
  height: 110px;
  width: 110px;
  border-radius: 110px;
  overflow: hidden;
}
.about-me-main .unit-group.secondary {
  border-radius: 1em;
  padding: 5px;
}
@media (min-width:992px) {
  .about-me-main .unit-group.secondary {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
  }
  .about-me-main .unit-group.secondary .unit.column {
    display: flex;
    flex-direction: row;
  }
}
.about-me-main .unit-group.secondary .col-group {
  display: flex;
  flex-direction: column;
}
.about-me-main .unit-group.secondary .col-group-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
}
.about-me-main .unit-group.secondary .col-group-row .packages {
  display: flex;
  flex-direction: column;
  border: 1px solid #cccccc;
  border-radius: 1em;
  background: #f1f1f1;
  padding: 1em;
}
@media (min-width:992px) {
  .about-me-main .unit-group.secondary .col-group-row .packages {
    max-width: calc(50% - 1em);
  }
}
.about-me-main .unit-group.secondary .col-group-row .packages .pad-tb-1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 12px;
}
@media (min-width:992px) {
  .about-me-main .unit-group.secondary .col-group-row .packages .pad-tb-1 {
    font-size: 14px;
  }
}
@media (min-width:1200px) {
  .about-me-main .unit-group.secondary .col-group-row .packages .pad-tb-1 {
    font-size: 16px;
  }
}
.about-me-main .unit-group.secondary .col-group-row .packages .pad-tb-1 h2 {
  font-size: 2em;
}
.about-me-main .unit-group.secondary .col-group-row .packages .pad-tb-1 h3 {
  font-size: 1.5em;
}
.about-me-main .unit-group.secondary .col-group-row .packages .pad-tb-1 p {
  font-size: 1em;
}
.about-me-main .unit-group.secondary .unit {
  background: #ffffff;
  padding: 1em;
}
@media (min-width:992px) {
  .about-me-main .unit-group.secondary .unit.skills {
    min-width: 400px;
  }
}
.about-me-main .unit-group.secondary .unit.skills ul.my-skills {
  list-style-image: url("/_images/icons/ul_1.png");
}
.about-me-main .unit-group.secondary .unit.skills ul.my-skills li {
  min-height: 30px;
}
.about-me-main .unit-group.secondary .unit.skills ul.my-skills li::marker {
  position: relative;
  top: 50px;
}
.about-me-main .unit-group.secondary .unit.skills ul.my-skills li ul {
  list-style-image: url("/_images/icons/ul_2.png");
}
.about-me-main .unit-group.secondary .unit h3 strong {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 600;
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #17ead9), color-stop(1, #6078ea));
  background: -o-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -ms-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA' ,GradientType=0)";
  background: linear-gradient(135deg, #17ead9 0%, #6078ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.my-badges {
  display: none;
}
@media (min-width:992px) {
  .my-badges {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-image: url("/about/fabric.jpg");
    position: center center;
    background-size: auto;
    padding: 1em;
    border-radius: 1em;
    overflow: clip;
    height: auto;
  }
}
.my-badges .badges-cards {
  display: flex;
  flex-direction: row;
  gap: 1em;
  transition: all 0.5s ease;
  justify-content: center;
}
.my-badges .badges-cards .badge {
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
}
.my-badges .badges-cards .badge:nth-child(even):hover {
  transform: rotate(-10deg);
}
.my-badges .badges-cards .badge:nth-child(odd):hover {
  transform: rotate(10deg);
}
@media (min-width:992px) {
  .my-badges .badges-cards {
    display: flex;
    flex-direction: row;
    width: 300px;
    flex-wrap: wrap;
  }
  .my-badges .badges-cards .badge {
    width: 100px;
    height: 100px;
  }
}
@media (min-width:1200px) {
  .my-badges .badges-cards {
    display: flex;
    flex-direction: row;
    width: 420px;
    flex-wrap: wrap;
  }
  .my-badges .badges-cards .badge {
    width: 110px;
    height: 110px;
  }
}
@media (min-width:1600px) {
  .my-badges .badges-cards {
    display: flex;
    flex-direction: row;
    width: 500px;
    flex-wrap: wrap;
  }
  .my-badges .badges-cards .badge {
    width: 140px;
    height: 140px;
  }
}
.project-77-showcase-micro {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1em;
  transition: all 0.5s ease;
}
@media (min-width:992px) {
  .project-77-showcase-micro {
    padding: 2em;
  }
}
@media (min-width:1600px) {
  .project-77-showcase-micro {
    padding: 3em;
  }
}
.project-77-showcase-micro .project-77-showcase-micro-group {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 2em;
  flex-wrap: wrap;
  justify-content: center;
}
.project-77-showcase-micro .project-77-showcase-micro-group .micro-card-main {
  display: flex;
  flex-direction: column;
  width: 360px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  border-radius: 1em;
  overflow: clip;
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #17ead9), color-stop(1, #6078ea));
  background: -o-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -ms-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA' ,GradientType=0)";
  background: linear-gradient(135deg, #17ead9 0%, #6078ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA', GradientType=1);
}
.project-77-showcase-micro .project-77-showcase-micro-group .micro-card-main .micro-card-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}
.project-77-showcase-micro .project-77-showcase-micro-group .micro-card-main .micro-card-details {
  display: flex;
  flex-direction: row;
  width: 100%;
  background: #ffffff;
  padding: 0.5em 1em;
  align-items: center;
}
.project-77-showcase-micro .project-77-showcase-micro-group .micro-card-main .micro-card-details h3 {
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25em;
}
.dropdown-menu .dropdown-item.bold {
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.seo-map {
  height: 0px;
  width: 0px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width:992px) {
  .navbar-collapse .unit.end ul.dropdown-menu {
    right: 0;
    left: auto;
  }
}
.top-main-nav.navbar {
  display: flex;
  flex-direction: row;
  width: 100%;
  background: #333333;
  height: 80px;
}
.top-main-nav.navbar .navbar-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 0.5em 1em;
  align-items: center;
  gap: 1em;
  color: #ffffff;
}
@media (min-width:1600px) {
  .top-main-nav.navbar .navbar-container {
    max-width: 1600px;
    margin: 0 auto;
  }
}
.top-main-nav.navbar .navbar-container .unit-group {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  align-items: center;
}
.top-main-nav.navbar .navbar-container .unit-group .unit {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.top-main-nav.navbar .navbar-container .unit-group .unit.branding {
  height: 60px;
  width: 60px;
  padding: 0.25em;
  transition: all 0.5s ease;
}
.top-main-nav.navbar .navbar-container .unit-group .unit.branding .logo {
  height: auto;
  width: 100%;
}
.top-main-nav.navbar .navbar-container .unit-group .unit.branding:hover {
  cursor: pointer;
  padding: 0;
}
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline {
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.gd-1,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.c-1 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #5b247a 0%, #1bc3df 100%);
  background: -webkit-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #5b247a), color-stop(1, #1bc3df));
  background: -o-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  background: -ms-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5B247A', endColorstr='#1BC3DF' ,GradientType=0)";
  background: linear-gradient(135deg, #5b247a 0%, #1bc3df 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5B247A', endColorstr='#1BC3DF', GradientType=1);
}
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.gd-2,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.c-2 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #f02fc2 0%, #6094ea 100%);
  background: -webkit-linear-gradient(-45deg, #f02fc2 0%, #6094ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #f02fc2), color-stop(1, #6094ea));
  background: -o-linear-gradient(-45deg, #f02fc2 0%, #6094ea 100%);
  background: -ms-linear-gradient(-45deg, #f02fc2 0%, #6094ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02FC2', endColorstr='#6094EA' ,GradientType=0)";
  background: linear-gradient(135deg, #f02fc2 0%, #6094ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02FC2', endColorstr='#6094EA', GradientType=1);
}
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.gd-3,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.c-3 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #41dc9a 0%, #3cb4b7 100%);
  background: -webkit-linear-gradient(-45deg, #41dc9a 0%, #3cb4b7 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #41dc9a), color-stop(1, #3cb4b7));
  background: -o-linear-gradient(-45deg, #41dc9a 0%, #3cb4b7 100%);
  background: -ms-linear-gradient(-45deg, #41dc9a 0%, #3cb4b7 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#41DC9A', endColorstr='#3CB4B7' ,GradientType=0)";
  background: linear-gradient(135deg, #41dc9a 0%, #3cb4b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41DC9A', endColorstr='#3CB4B7', GradientType=1);
}
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.gd-4,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.c-4 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #7117ea 0%, #ea6060 100%);
  background: -webkit-linear-gradient(-45deg, #7117ea 0%, #ea6060 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #7117ea), color-stop(1, #ea6060));
  background: -o-linear-gradient(-45deg, #7117ea 0%, #ea6060 100%);
  background: -ms-linear-gradient(-45deg, #7117ea 0%, #ea6060 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7117EA', endColorstr='#EA6060' ,GradientType=0)";
  background: linear-gradient(135deg, #7117ea 0%, #ea6060 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7117EA', endColorstr='#EA6060', GradientType=1);
}
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.gd-5,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.c-5 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #622774 0%, #c53364 100%);
  background: -webkit-linear-gradient(-45deg, #622774 0%, #c53364 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #622774), color-stop(1, #c53364));
  background: -o-linear-gradient(-45deg, #622774 0%, #c53364 100%);
  background: -ms-linear-gradient(-45deg, #622774 0%, #c53364 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#622774', endColorstr='#C53364' ,GradientType=0)";
  background: linear-gradient(135deg, #622774 0%, #c53364 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#622774', endColorstr='#C53364', GradientType=1);
}
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.gd-6,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.c-6 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #17ead9), color-stop(1, #6078ea));
  background: -o-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -ms-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA' ,GradientType=0)";
  background: linear-gradient(135deg, #17ead9 0%, #6078ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA', GradientType=1);
}
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.gd-7,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.c-7 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #f54ea2 0%, #ff7676 100%);
  background: -webkit-linear-gradient(-45deg, #f54ea2 0%, #ff7676 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #f54ea2), color-stop(1, #ff7676));
  background: -o-linear-gradient(-45deg, #f54ea2 0%, #ff7676 100%);
  background: -ms-linear-gradient(-45deg, #f54ea2 0%, #ff7676 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F54EA2', endColorstr='#FF7676' ,GradientType=0)";
  background: linear-gradient(135deg, #f54ea2 0%, #ff7676 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F54EA2', endColorstr='#FF7676', GradientType=1);
}
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.gd-8,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.c-8 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #fad281 0%, #f27b79 100%);
  background: -webkit-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #fad281), color-stop(1, #f27b79));
  background: -o-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  background: -ms-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD281', endColorstr='#F27B79' ,GradientType=0)";
  background: linear-gradient(135deg, #fad281 0%, #f27b79 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD281', endColorstr='#F27B79', GradientType=1);
}
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.gd-1,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.gd-2,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.gd-3,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.gd-4,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.gd-5,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.gd-6,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.gd-7,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.gd-8,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.c-1,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.c-2,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.c-3,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.c-4,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.c-5,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.c-6,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.c-7,
.top-main-nav.navbar .navbar-container .unit-group .unit.tagline.c-8 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
nav.navbar.fixed-top {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 80px;
  background: #333333;
  padding-bottom: 0;
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 500;
}
nav.navbar.fixed-top .container-fluid {
  height: 77px;
  max-width: 1600px;
  margin: 0 auto;
}
nav.navbar.fixed-top .container-fluid .brand {
  display: flex;
  flex-direction: row;
  height: 60px;
  padding: 0.25em;
  align-items: center;
}
nav.navbar.fixed-top .container-fluid .brand .logo {
  display: flex;
  flex-direction: row;
  height: 60px;
  align-items: center;
  padding: 5px;
  transition: all 0.5s ease;
  color: #f1f1f1;
}
nav.navbar.fixed-top .container-fluid .brand .logo img {
  height: 100%;
  margin-right: 1em;
  transition: all 0.5s ease;
}
nav.navbar.fixed-top .container-fluid .brand .logo:hover {
  padding: 0 5px 0 5px;
  cursor: pointer;
}
nav.navbar.fixed-top .container-fluid .brand .logo:hover img {
  margin-right: calc(1em - 5px);
}
nav.navbar.fixed-top .container-fluid button.navbar-toggler {
  background: #f1f1f1;
}
nav.navbar.fixed-top .container-fluid .navbar-collapse {
  background: #212529;
  padding: 1em;
  border-radius: 0 0 1em 1em;
}
@media (min-width:992px) {
  nav.navbar.fixed-top .container-fluid .navbar-collapse {
    padding: unset;
    border-radius: unset;
  }
}
nav.navbar.fixed-top .container-fluid .navbar-collapse .unit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5em;
}
@media (min-width:992px) {
  nav.navbar.fixed-top .container-fluid .navbar-collapse .unit {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
nav.navbar.fixed-top .container-fluid .navbar-collapse .unit.end {
  margin-left: auto;
}
nav.navbar.fixed-top .container-fluid .navbar-collapse .unit ul.navbar-nav {
  font-size: 12px;
  gap: 1.5em;
}
@media (min-width:992px) {
  nav.navbar.fixed-top .container-fluid .navbar-collapse .unit ul.navbar-nav {
    font-size: 14px;
  }
}
@media (min-width:1200px) {
  nav.navbar.fixed-top .container-fluid .navbar-collapse .unit ul.navbar-nav {
    font-size: 16px;
  }
}
nav.navbar.fixed-top .container-fluid .navbar-collapse .unit ul.navbar-nav li.nav-item {
  color: #f1f1f1;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  transition: all 0.5s ease;
}
nav.navbar.fixed-top .container-fluid .navbar-collapse .unit ul.navbar-nav li.nav-item .nav-link {
  color: #ffffff;
}
nav.navbar.fixed-top .container-fluid .navbar-collapse .unit ul.navbar-nav li.nav-item:hover {
  cursor: pointer;
  background: rgba(241, 241, 241, 0.1);
}
nav.navbar.fixed-top .container-fluid .navbar-collapse .unit ul.navbar-nav li.nav-item.active {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #17ead9), color-stop(1, #6078ea));
  background: -o-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -ms-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA' ,GradientType=0)";
  background: linear-gradient(135deg, #17ead9 0%, #6078ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA', GradientType=1);
  color: #ffffff;
  transition: all 0.5s ease;
}
nav.navbar.fixed-top .container-fluid .navbar-collapse .unit ul.navbar-nav li.nav-item.active:hover {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #12b8aa 0%, #4b5db8 100%);
  background: -webkit-linear-gradient(-45deg, #12b8aa 0%, #4b5db8 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #12b8aa), color-stop(1, #4b5db8));
  background: -o-linear-gradient(-45deg, #12b8aa 0%, #4b5db8 100%);
  background: -ms-linear-gradient(-45deg, #12b8aa 0%, #4b5db8 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#12b8aa', endColorstr='#4b5db8' ,GradientType=0)";
  background: linear-gradient(135deg, #12b8aa 0%, #4b5db8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12b8aa', endColorstr='#4b5db8', GradientType=1);
}
@media (min-width:992px) {
  nav.navbar.fixed-top .container-fluid .navbar-collapse .unit ul.navbar-nav {
    padding-left: 3em;
  }
}
nav.navbar.fixed-top .container-fluid .navbar-collapse .unit button.btn.btn-primary {
  border-color: #ffffff;
}
nav.navbar.fixed-top .electric-strip {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 3px;
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #17ead9), color-stop(1, #6078ea));
  background: -o-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -ms-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA' ,GradientType=0)";
  background: linear-gradient(135deg, #17ead9 0%, #6078ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA', GradientType=1);
}
.project-77-main-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  overflow-x: clip;
}
.project-77-main-body.tile {
  overflow-x: unset;
}
.project-77-showcase-main {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  width: calc(100vw - 1em);
  padding: 3em 7em;
}
.project-77-showcase-main::-webkit-scrollbar {
  display: none;
}
.project-77-showcase-main .showcase-project-card {
  display: flex;
  flex-direction: column;
  padding: 1em;
  width: 250px;
  height: 550px;
  flex: 1 0 250px;
  transition: all 0.5s ease;
}
@media (min-width:992px) {
  .project-77-showcase-main .showcase-project-card {
    width: 275px;
    height: 575px;
    flex: 1 0 275px;
  }
}
@media (min-width:1200px) {
  .project-77-showcase-main .showcase-project-card {
    width: 300px;
    height: 600px;
    flex: 1 0 300px;
  }
}
@media (min-width:1600px) {
  .project-77-showcase-main .showcase-project-card {
    width: 350px;
    height: 650px;
    flex: 1 0 350px;
  }
}
@media (min-width:1800px) {
  .project-77-showcase-main .showcase-project-card {
    width: 400px;
    height: 800px;
    flex: 1 0 400px;
  }
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 1em;
  overflow: clip;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .top {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.5em 1em;
  gap: 5px;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .top .topic {
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1em;
  line-height: 1;
  color: #ffffff;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .top .project {
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2em;
  line-height: 1;
  color: #ffffff;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.5em 1em;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2em;
  line-height: 1;
  color: #ffffff;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.gd-1,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.c-1 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #5b247a 0%, #1bc3df 100%);
  background: -webkit-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #5b247a), color-stop(1, #1bc3df));
  background: -o-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  background: -ms-linear-gradient(-45deg, #5b247a 0%, #1bc3df 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5B247A', endColorstr='#1BC3DF' ,GradientType=0)";
  background: linear-gradient(135deg, #5b247a 0%, #1bc3df 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5B247A', endColorstr='#1BC3DF', GradientType=1);
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.gd-2,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.c-2 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #f02fc2 0%, #6094ea 100%);
  background: -webkit-linear-gradient(-45deg, #f02fc2 0%, #6094ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #f02fc2), color-stop(1, #6094ea));
  background: -o-linear-gradient(-45deg, #f02fc2 0%, #6094ea 100%);
  background: -ms-linear-gradient(-45deg, #f02fc2 0%, #6094ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02FC2', endColorstr='#6094EA' ,GradientType=0)";
  background: linear-gradient(135deg, #f02fc2 0%, #6094ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02FC2', endColorstr='#6094EA', GradientType=1);
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.gd-3,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.c-3 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #41dc9a 0%, #3cb4b7 100%);
  background: -webkit-linear-gradient(-45deg, #41dc9a 0%, #3cb4b7 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #41dc9a), color-stop(1, #3cb4b7));
  background: -o-linear-gradient(-45deg, #41dc9a 0%, #3cb4b7 100%);
  background: -ms-linear-gradient(-45deg, #41dc9a 0%, #3cb4b7 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#41DC9A', endColorstr='#3CB4B7' ,GradientType=0)";
  background: linear-gradient(135deg, #41dc9a 0%, #3cb4b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41DC9A', endColorstr='#3CB4B7', GradientType=1);
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.gd-4,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.c-4 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #7117ea 0%, #ea6060 100%);
  background: -webkit-linear-gradient(-45deg, #7117ea 0%, #ea6060 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #7117ea), color-stop(1, #ea6060));
  background: -o-linear-gradient(-45deg, #7117ea 0%, #ea6060 100%);
  background: -ms-linear-gradient(-45deg, #7117ea 0%, #ea6060 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7117EA', endColorstr='#EA6060' ,GradientType=0)";
  background: linear-gradient(135deg, #7117ea 0%, #ea6060 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7117EA', endColorstr='#EA6060', GradientType=1);
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.gd-5,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.c-5 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #622774 0%, #c53364 100%);
  background: -webkit-linear-gradient(-45deg, #622774 0%, #c53364 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #622774), color-stop(1, #c53364));
  background: -o-linear-gradient(-45deg, #622774 0%, #c53364 100%);
  background: -ms-linear-gradient(-45deg, #622774 0%, #c53364 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#622774', endColorstr='#C53364' ,GradientType=0)";
  background: linear-gradient(135deg, #622774 0%, #c53364 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#622774', endColorstr='#C53364', GradientType=1);
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.gd-6,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.c-6 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #17ead9), color-stop(1, #6078ea));
  background: -o-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  background: -ms-linear-gradient(-45deg, #17ead9 0%, #6078ea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA' ,GradientType=0)";
  background: linear-gradient(135deg, #17ead9 0%, #6078ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17EAD9', endColorstr='#6078EA', GradientType=1);
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.gd-7,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.c-7 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #f54ea2 0%, #ff7676 100%);
  background: -webkit-linear-gradient(-45deg, #f54ea2 0%, #ff7676 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #f54ea2), color-stop(1, #ff7676));
  background: -o-linear-gradient(-45deg, #f54ea2 0%, #ff7676 100%);
  background: -ms-linear-gradient(-45deg, #f54ea2 0%, #ff7676 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F54EA2', endColorstr='#FF7676' ,GradientType=0)";
  background: linear-gradient(135deg, #f54ea2 0%, #ff7676 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F54EA2', endColorstr='#FF7676', GradientType=1);
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.gd-8,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.c-8 {
  background: -moz-linear-gradient(-0.31% -0.31% -45deg, #fad281 0%, #f27b79 100%);
  background: -webkit-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  background: -webkit-gradient(linear, -0.31% -0.31%, 100.61% 100.61%, color-stop(0, #fad281), color-stop(1, #f27b79));
  background: -o-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  background: -ms-linear-gradient(-45deg, #fad281 0%, #f27b79 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD281', endColorstr='#F27B79' ,GradientType=0)";
  background: linear-gradient(135deg, #fad281 0%, #f27b79 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD281', endColorstr='#F27B79', GradientType=1);
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.gd-1,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.gd-2,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.gd-3,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.gd-4,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.gd-5,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.gd-6,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.gd-7,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.gd-8,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.c-1,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.c-2,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.c-3,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.c-4,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.c-5,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.c-6,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.c-7,
.project-77-showcase-main .showcase-project-card .showcase-projecet-item .footer .caption.c-8 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item.project-alpha-0001 {
  background-image: url("/_portfolio/project-0001/Project-0001.png");
  background-position: center left;
  background-size: cover;
  transition: all 1s ease;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item.project-alpha-0001:hover {
  background-position: center right;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item.project-alpha-0002 {
  background-image: url("/_portfolio/project-0002/Project-0002.png");
  background-position: center left;
  background-size: cover;
  transition: all 1s ease;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item.project-alpha-0002:hover {
  background-position: center right;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item.project-alpha-0003 {
  background-image: url("/_portfolio/project-0003/Project-0003.png");
  background-position: center left;
  background-size: cover;
  transition: all 1s ease;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item.project-alpha-0003:hover {
  background-position: center right;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item.project-alpha-0004 {
  background-image: url("/_portfolio/project-0004/Project-0004.png");
  background-position: center left;
  background-size: cover;
  transition: all 1s ease;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item.project-alpha-0004:hover {
  background-position: center right;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item.project-alpha-0005 {
  background-image: url("/_portfolio/project-0005/Project-0005.png");
  background-position: center left;
  background-size: cover;
  transition: all 1s ease;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item.project-alpha-0005:hover {
  background-position: center right;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item.project-alpha-0006 {
  background-image: url("/_portfolio/project-0006/Project-0006.png");
  background-position: center left;
  background-size: cover;
  transition: all 1s ease;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item.project-alpha-0006:hover {
  background-position: center right;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item.project-alpha-0007 {
  background-image: url("/_portfolio/project-0007/Project-0007.png");
  background-position: center left;
  background-size: cover;
  transition: all 1s ease;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item.project-alpha-0007:hover {
  background-position: center right;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item.project-alpha-0008 {
  background-image: url("/_portfolio/project-0008/Project-0008.png");
  background-position: center left;
  background-size: cover;
  transition: all 1s ease;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item.project-alpha-0008:hover {
  background-position: center right;
}
.project-77-showcase-main .showcase-project-card .showcase-projecet-item:hover {
  cursor: pointer;
}
.project-77-showcase-main .showcase-project-card:hover {
  padding: 0;
}
.project-77-showcase-main .showcase-project-card.blank {
  height: 10px;
}
.project-77-showcase-main .showcase-project-card.blank .showcase-projecet-item.blank {
  height: 10px;
}
.modal.showcase-modal .modal-dialog {
  max-width: 95vw;
}
.modal.showcase-modal .modal-dialog .modal-content .modal-header h1.modal-title.fs-5 {
  color: #000000;
  line-height: 0;
}
.modal.showcase-modal .modal-dialog .modal-content .modal-header h1.modal-title.fs-5 small {
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #555555;
}
.modal.showcase-modal .modal-dialog .modal-content .modal-header h1.modal-title.fs-5 strong {
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  background: #333333;
  padding: 0.25em 1em;
  color: #ffffff;
  border-radius: 0.5em;
  margin: 0 0.25em;
}
.project-77-main-body.tile .project-77-showcase-main {
  flex-wrap: wrap;
  width: unset;
}
