  @charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
/* font-family: 'Barlow Condensed', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* font-family: 'PT Sans', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

:root {
  --bs-font-barlow: "Barlow Condensed", sans-serif;
  --bs-font-pt-sans: "PT Sans", sans-serif;
  --bs-text-ffffff: #ffffff;
  --bs-ffffff: #ffffff;
  --bs-text-f0f0f0: #f0f0f0;
  --bs-f0f0f0: #f0f0f0;
  --bs-text-000000: #000000;
  --bs-000000: #000000;
  --bs-text-000000bf: #000000bf;
  --bs-000000bf: #000000bf;
  --bs-text-222222: #222222;
  --bs-222222: #222222;
  --bs-text-464646: #464646;
  --bs-464646: #464646;
  --bs-text-efb51d: #efb51d;
  --bs-efb51d: #efb51d;
  --bs-text-cccccc: #cccccc;
  --bs-cccccc: #cccccc;
  --bs-text-676767: #676767;
  --bs-676767: #676767;
  --bs-text-707070: #707070;
  --bs-707070: #707070;
  --bs-text-e0e0e0: #e0e0e0;
  --bs-e0e0e0: #e0e0e0;
  --bs-text-bfbfbf: #bfbfbf;
  --bs-bfbfbf: #bfbfbf;
  --bs-text-e4e4e4: #e4e4e4;
  --bs-e4e4e4: #e4e4e4;
  --bs-text-00000061: #00000061;
  --bs-00000061: #00000061;
  --bs-text-8989891A: #8989891a;
  --bs-8989891A: #8989891a;
  --bs-text-b40000: #b40000;
  --bs-b40000: #b40000;
  --bs-text-172b54: #172b54;
  --bs-172b54: #172b54;
  --bs-text-101d38: #101d38;
  --bs-101d38: #101d38;
  --bs-text-90041b: #90041b;
  --bs-90041b: #90041b;
  --bs-text-6a0314: #6a0314;
  --bs-6a0314: #6a0314;
  --bs-link-hover-0105fa: #0105fa;
  --bs-fba900: #fba900;
}

html {
  height: 100%;
  color: var(--bs-text-222222);
}

body {
  font-family: var(--bs-font-pt-sans);
  background: var(--bs-f0f0f0);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--bs-text-222222);
  height: 100%;
  /* margin-top: 120px; */
  margin-top: 119px;
}

a,
input,
button,
textarea {
  outline: none !important;
}

a {
  /* transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms; */
}

a {
  display: inline;
  color: var(--bs-text-172b54);
  text-decoration: underline;
}

a:hover {
  color: var(--bs-link-hover-0105fa);
}

*:focus {
  outline: 5px auto var(--bs-link-hover-0105fa) !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

a.custom-button-style {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 21px;
  padding: 12px 30px;
  border: 1px solid var(--bs-primary);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: var(--bs-222222);
}

a.custom-button-style:hover {
  color: var(--bs-text-ffffff);
  background: var(--bs-primary);
}

b,
strong {
  font-weight: 700;
}

p {
  margin-bottom: 20px;
}

.bg-222222 p,
.bg-primary p,
.bg-dark p {
  color: var(--bs-text-ffffff);
}

.large-text p {
  font-size: 24px;
  line-height: 34px;
}

ol,
ul {
  margin-bottom: 20px;
}

ol ol {
  list-style-type: lower-alpha;
}

ol li::marker {
  font-weight: 700;
  color: var(--bs-text-222222);
}

ul li::marker {
  font-weight: 700;
  color: var(--bs-text-primary);
}

/* ol li, */
ul li {
  color: var(--bs-text-222222);
  margin-bottom: 10px;
}

.bg-222222 ul li,
.bg-primary ul li,
.bg-dark ul li {
  color: var(--bs-text-ffffff);
}

ol li {
  color: var(--bs-text-222222);
  padding-left: 5px;
  margin-bottom: 10px;
}

.bg-222222 ol li,
.bg-primary ol li,
.bg-dark ol li {
  color: var(--bs-text-ffffff);
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.large-text ul li,
.large-text ol li {
  font-size: 24px;
  line-height: 34px;
}

h1 {
  font-family: var(--bs-font-barlow);
  font-weight: 400;
  font-size: 90px;
  line-height: 100px;
  text-transform: capitalize;
  color: var(--bs-text-primary);
  margin-bottom: 20px;
}

h2 {
  font-family: var(--bs-font-barlow);
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  text-transform: capitalize;
  color: var(--bs-text-primary);
  margin-bottom: 20px;
}

h3 {
  font-family: var(--bs-font-barlow);
  font-weight: 600;
  font-size: 38px;
  line-height: 48px;
  text-transform: capitalize;
  color: var(--bs-text-primary);
  margin-bottom: 20px;
}

h4 {
  font-family: var(--bs-font-barlow);
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  text-transform: capitalize;
  color: var(--bs-text-primary);
  margin-bottom: 20px;
}

h5 {
  font-family: var(--bs-font-barlow);
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
  color: var(--bs-text-primary);
  margin-bottom: 15px;
}

h6 {
  font-family: var(--bs-font-barlow);
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
  color: var(--bs-text-primary);
  margin-bottom: 15px;
}

.bg-222222 h1,
.bg-222222 h2,
.bg-222222 h3,
.bg-222222 h4,
.bg-222222 h5,
.bg-222222 h6,
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
  color: var(--bs-text-ffffff);
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

.text-primary {
  color: var(--bs-text-primary) !important;
}

.bg-primary {
  background: var(--bs-primary) !important;
}

.bg-222222 a,
.bg-primary a,
.bg-dark a {
  color: var(--bs-text-ffffff);
}

.bg-222222 a:hover,
.bg-primary a:hover,
.bg-dark a:hover {
  color: var(--bs-text-efb51d);
}

.bg-222222 a.custom-button-style,
.bg-primary a.custom-button-style,
.bg-dark a.custom-button-style {
  color: var(--bs-text-ffffff);
  border-color: var(--bs-efb51d);
}

.bg-222222 a.custom-button-style:hover,
.bg-primary a.custom-button-style:hover,
.bg-dark a.custom-button-style:hover {
  color: var(--bs-222222);
  background: var(--bs-efb51d);
}

.text-dark {
  color: var(--bs-text-dark) !important;
}

.bg-dark {
  background: var(--bs-dark) !important;
}

.text-ffffff {
  color: var(--bs-text-ffffff) !important;
}

.bg-ffffff {
  background: var(--bs-ffffff) !important;
}

.text-f0f0f0 {
  color: var(--bs-text-f0f0f0) !important;
}

.bg-f0f0f0 {
  background: var(--bs-f0f0f0) !important;
}

.text-000000 {
  color: var(--bs-text-000000) !important;
}

.bg-000000 {
  background: var(--bs-000000) !important;
}

.text-000000bf {
  color: var(--bs-text-000000bf) !important;
}

.bg-000000bf {
  background: var(--bs-000000bf) !important;
}

.text-222222 {
  color: var(--bs-text-222222) !important;
}

.bg-222222 {
  background: var(--bs-222222) !important;
}

.text-464646 {
  color: var(--bs-text-464646) !important;
}

.bg-464646 {
  background: var(--bs-464646) !important;
}

.text-efb51d {
  color: var(--bs-text-efb51d) !important;
}

.bg-efb51d {
  background: var(--bs-efb51d) !important;
}

.text-fba900 {
  color: var(--bs-text-fba900) !important;
}

.bg-fba900 {
  background: var(--bs-fba900) !important;
}

.text-cccccc {
  color: var(--bs-text-cccccc) !important;
}

.bg-cccccc {
  background: var(--bs-cccccc) !important;
}

.text-676767 {
  color: var(--bs-text-676767) !important;
}

.bg-676767 {
  background: var(--bs-676767) !important;
}

.text-e0e0e0 {
  color: var(--bs-text-e0e0e0) !important;
}

.bg-e0e0e0 {
  background: var(--bs-e0e0e0) !important;
}

.text-bfbfbf {
  color: var(--bs-text-bfbfbf) !important;
}

.bg-bfbfbf {
  background: var(--bs-bfbfbf) !important;
}

.text-e4e4e4 {
  color: var(--bs-text-e4e4e4) !important;
}

.bg-e4e4e4 {
  background: var(--bs-e4e4e4) !important;
}

.text-00000061 {
  color: var(--bs-text-00000061) !important;
}

.bg-00000061 {
  background: var(--bs-00000061) !important;
}

.text-8989891A {
  color: var(--bs-text-8989891A) !important;
}

.bg-8989891A {
  background: var(--bs-8989891A) !important;
}

.text-b40000 {
  color: var(--bs-text-b40000) !important;
}

.bg-b40000 {
  background: var(--bs-b40000) !important;
}

.text-172b54 {
  color: var(--bs-text-172b54) !important;
}

.bg-172b54 {
  background: var(--bs-172b54) !important;
}

.text-101d38 {
  color: var(--bs-text-101d38) !important;
}

.bg-101d38 {
  background: var(--bs-101d38) !important;
}

.text-90041b {
  color: var(--bs-text-90041b) !important;
}

.bg-90041b {
  background: var(--bs-90041b) !important;
}

.text-6a0314 {
  color: var(--bs-text-6a0314) !important;
}

.bg-6a0314 {
  background: var(--bs-6a0314) !important;
}

.text-0105fa {
  color: var(--bs-text-0105fa) !important;
}

.bg-0105fa {
  background: var(--bs-0105fa) !important;
}

/* buttons */
.btn {
  text-decoration: none !important;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--bs-font-pt-sans);
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  /* text-transform: uppercase; */
  border: 2px solid transparent;
  box-shadow: none !important;
  padding: 14px 24px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.btn-lg {
  font-size: 24px;
  line-height: 28px;
  padding: 15px 22px;
}

a.btn:active:focus,
a.btn:hover,
.btn:active:focus,
.btn:hover {
  color: var(--bs-text-222222);
  background: var(--bs-ffffff);
  border-color: var(--bs-primary);
}

.bg-222222 a.btn:active:focus,
.bg-222222 a.btn:hover,
.bg-222222 .btn:active:focus,
.bg-222222 .btn:hover,
.bg-primary a.btn:active:focus,
.bg-primary a.btn:hover,
.bg-primary .btn:active:focus,
.bg-primary .btn:hover,
.bg-dark a.btn:active:focus,
.bg-dark a.btn:hover,
.bg-dark .btn:active:focus,
.bg-dark .btn:hover {
  color: var(--bs-text-222222);
  background: var(--bs-ffffff);
  border-color: var(--bs-ffffff);
}

/* .bg-222222 a[class*=btn-outline],
.bg-222222 .btn[class*=btn-outline], */
.bg-primary a[class*="btn-outline"],
.bg-primary .btn[class*="btn-outline"],
.bg-dark a[class*="btn-outline"],
.bg-dark .btn[class*="btn-outline"] {
  color: var(--bs-text-ffffff);
  background: var(--bs-primary);
  border-color: var(--bs-ffffff);
}

.bg-222222 a[class*="btn-outline"],
.bg-222222 .btn[class*="btn-outline"] {
  color: var(--bs-text-ffffff);
  background: transparent;
  border-color: var(--bs-ffffff);
}

.bg-222222 a.btn[class*="btn-outline"]:active:focus,
.bg-222222 a.btn[class*="btn-outline"]:hover,
.bg-222222 .btn[class*="btn-outline"]:active:focus,
.bg-222222 .btn[class*="btn-outline"]:hover,
.bg-primary a.btn[class*="btn-outline"]:active:focus,
.bg-primary a.btn[class*="btn-outline"]:hover,
.bg-primary .btn[class*="btn-outline"]:active:focus,
.bg-primary .btn[class*="btn-outline"]:hover,
.bg-dark a.btn[class*="btn-outline"]:active:focus,
.bg-dark a.btn[class*="btn-outline"]:hover,
.bg-dark .btn[class*="btn-outline"]:active:focus,
.bg-dark .btn[class*="btn-outline"]:hover {
  color: var(--bs-text-222222);
  background: var(--bs-ffffff);
  border-color: var(--bs-ffffff);
}

.btn-outline-white {
  color: var(--bs-text-ffffff);
  border-color: var(--bs-ffffff);
  background: transparent;
}

.btn-outline-white:focus {
  color: var(--bs-text-ffffff);
  border-color: var(--bs-ffffff);
  background: transparent;
}

.btn-outline-white:hover,
.btn-outline-white:active:focus {
  color: var(--bs-text-222222);
  border-color: var(--bs-dark);
  background: var(--bs-ffffff);
}

.btn-outline-primary {
  color: var(--bs-text-primary);
  border-color: var(--bs-primary);
  background: transparent;
}

.btn-outline-primary:focus {
  color: var(--bs-text-primary);
  border-color: var(--bs-primary);
  background: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:active:focus {
  color: var(--bs-text-222222);
  border-color: var(--bs-dark);
  background: var(--bs-ffffff);
}

a.btn-primary,
.btn-primary {
  color: var(--bs-text-ffffff);
  border-color: var(--bs-primary);
  background: var(--bs-primary);
}

a.btn-primary:focus,
.btn-primary:focus {
  color: var(--bs-text-ffffff);
  border-color: var(--bs-primary);
  background: var(--bs-primary);
}

a.btn-primary:hover,
a.btn-primary:active:focus,
.btn-primary:hover,
.btn-primary:active:focus {
  color: var(--bs-text-222222);
  border-color: var(--bs-dark);
  background: var(--bs-ffffff);
}

a.btn-outline-yellow,
.btn-outline-yellow {
  color: var(--bs-text-efb51d);
  border-color: var(--bs-efb51d);
  background: transparent;
}

a.btn-outline-yellow:focus,
.btn-outline-yellow:focus {
  color: var(--bs-text-efb51d);
  border-color: var(--bs-efb51d);
  background: transparent;
}

a.btn-outline-yellow:hover,
a.btn-outline-yellow:active:focus,
.btn-outline-yellow:hover,
.btn-outline-yellow:active:focus {
  color: var(--bs-text-222222);
  border-color: var(--bs-white);
  background: var(--bs-ffffff);
}

a.btn-yellow,
.btn-yellow {
  color: var(--bs-text-222222);
  border-color: var(--bs-efb51d);
  background: var(--bs-efb51d);
}

a.btn-yellow:focus,
.btn-yellow:focus {
  color: var(--bs-text-222222);
  border-color: var(--bs-efb51d);
  background: var(--bs-efb51d);
}

/* a.btn-yellow:hover,
a.btn-yellow:active:focus,
.btn-yellow:hover,
.btn-yellow:active:focus {
	color: var(--bs-text-222222);
	border-color: var(--bs-ffffff);
	background: var(--bs-ffffff);
} */

/* .btn-simple-arrow {
	cursor: default;
}

a.btn-simple-arrow,
button.btn-simple-arrow {
	cursor: pointer;
} */

a.btn-simple-arrow,
.btn-simple-arrow {
  font-size: 16px;
  line-height: 21px;
  color: var(--bs-text-primary);
  background: transparent;
  border: none;
  position: relative;
  padding: 0;
  text-transform: uppercase;
}

a.btn-simple-arrow:after,
.btn-simple-arrow:after {
  position: relative;
  content: "\f105";
  font-family: "fasolid900";
  margin-left: 2px;
}

a.btn-simple-arrow:focus,
.btn-simple-arrow:focus {
  color: var(--bs-text-primary);
}

a.btn-simple-arrow:active:focus,
a.btn-simple-arrow:hover,
.btn-simple-arrow:active:focus,
.btn-simple-arrow:hover {
  background: transparent;
}

/* a.btn-simple-arrow:active:focus span,
a.btn-simple-arrow:hover span,
.btn-simple-arrow:active:focus span,
.btn-simple-arrow:hover span,
a.btn-simple-arrow:hover span::after,
.btn-simple-arrow:hover span::after {
  text-decoration: underline;
  color: var(--bs-text-primary);
} */

a.btn.btn-simple-arrow.disabled,
.btn.btn-simple-arrow.disabled {
  color: var(--bs-text-676767);
  background: transparent;
}

.bg-222222 a.btn.btn-simple-arrow,
.bg-222222 .btn.btn-simple-arrow,
.bg-primary a.btn.btn-simple-arrow,
.bg-primary .btn.btn-simple-arrow,
.bg-dark a.btn.btn-simple-arrow,
.bg-dark .btn.btn-simple-arrow {
  color: var(--bs-text-ffffff);
}
a.btn.btn-simple-arrow {
  color: var(--bs-text-primary);
}
a.btn.btn-simple-arrow:hover span {
  text-decoration: underline;
}
a.btn.btn-simple-arrow:hover::after {
  /* color: var(--bs-text-efb51d); */
}
.bg-222222 a.btn-simple-arrow:active:focus,
.bg-222222 .btn-simple-arrow:active:focus,
.bg-222222 a.btn-simple-arrow:hover,
.bg-222222 .btn-simple-arrow:hover,
.bg-primary a.btn-simple-arrow:active:focus,
.bg-primary .btn-simple-arrow:active:focus,
.bg-primary a.btn-simple-arrow:hover,
.bg-primary .btn-simple-arrow:hover,
.bg-dark a.btn-simple-arrow:active:focus,
.bg-dark .btn-simple-arrow:active:focus,
.bg-dark a.btn-simple-arrow:hover,
.bg-dark .btn-simple-arrow:hover {
  color: var(--bs-text-efb51d);
  background: transparent;
}

.bg-222222 a.btn-simple-arrow:active:focus span,
.bg-222222 .btn-simple-arrow:active:focus span,
.bg-222222 a.btn-simple-arrow:hover span,
.bg-222222 .btn-simple-arrow:hover span,
.bg-primary a.btn-simple-arrow:active:focus span,
.bg-primary .btn-simple-arrow:active:focus span,
.bg-primary a.btn-simple-arrow:hover span,
.bg-primary .btn-simple-arrow:hover span,
.bg-dark a.btn-simple-arrow:active:focus span,
.bg-dark .btn-simple-arrow:active:focus span,
.bg-dark a.btn-simple-arrow:hover span,
.bg-dark .btn-simple-arrow:hover span {
  /* color: inherit;	 */
  text-decoration: underline;
}

.bg-222222 a.btn.btn-simple-arrow.disabled,
.bg-222222 .btn.btn-simple-arrow.disabled,
.bg-primary a.btn.btn-simple-arrow.disabled,
.bg-primary .btn.btn-simple-arrow.disabled,
.bg-dark a.btn.btn-simple-arrow.disabled,
.bg-dark .btn.btn-simple-arrow.disabled {
  color: var(--bs-ffffff);
  opacity: 0.6;
}

.btn.disabled {
  color: var(--bs-text-ffffff);
  background: var(--bs-676767);
  border-color: var(--bs-676767);
  opacity: 1;
}

.bg-222222 .btn.disabled,
.bg-primary .btn.disabled,
.bg-dark .btn.disabled {
  color: var(--bs-text-ffffff);
  background: var(--bs-676767);
  border-color: var(--bs-676767);
  opacity: 1;
}
/* buttons */

/* tag-mark */
.tag-mark {
  display: inline-flex;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 12px;
  text-transform: uppercase;
  background: var(--bs-efb51d);
  color: var(--bs-text-222222);
}

.bg-222222.tag-mark,
.bg-primary.tag-mark,
.bg-dark.tag-mark {
  color: var(--bs-text-ffffff);
}
/* tag-mark */

/* breadcrumb */
.breadcrumb-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 25px;
  padding: 0;
  list-style-type: none;
}

.breadcrumb li {
  display: inline-flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  line-height: 19px;
  color: var(--bs-text-primary);
}

.breadcrumb li:before {
  color: var(--bs-172b54) !important;
}

.breadcrumb li.active {
  color: var(--bs-172b54);
}
.breadcrumb a {
  color: var(--bs-172b54);
}

.bg-222222 .breadcrumb li,
.bg-primary .breadcrumb li,
.bg-dark .breadcrumb li {
  color: var(--bs-172b54);
}

.bg-222222 .breadcrumb li:before,
.bg-primary .breadcrumb li:before,
.bg-dark .breadcrumb li:before {
  color: var(--bs-text-ffffff) !important;
}

.bg-222222 .breadcrumb li.active,
.bg-primary .breadcrumb li.active,
.bg-dark .breadcrumb li.active {
  color: var(--bs-text-ffffff);
}
/* breadcrumb */

/* custom-breadcrumb */
.custom-breadcrumb-section ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-breadcrumb-section ul li {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 0 8px;
  list-style-type: none;
  font-size: 18px;
  line-height: 18px;
  border-right: 1px solid var(--bs-text-222222);
}

.custom-breadcrumb-section ul li:first-child {
  padding-left: 0;
}

.custom-breadcrumb-section ul li:last-child {
  padding-right: 0;
  border: none;
}

.custom-breadcrumb-section ul li a {
  text-decoration: underline;
  color: var(--bs-text-primary);
}

.custom-breadcrumb-section ul li a:hover {
  color: var(--bs-link-hover-0105fa);
}
/* custom-breadcrumb */

/* simple-image-detail */
.simple-image-detail-block {
  padding-bottom: 30px;
}

.simple-image-detail-block .image {
  margin-bottom: 10px;
}

.simple-image-detail-block .image img {
  width: 100%;
}
/* simple-image-detail */

/* images */
.images-block {
  position: relative;
  margin-bottom: 35px;
}

.images-block > img {
  width: 100%;
}

.images-block .image-detail {
  position: absolute;
  left: 0;
  right: 0;
  /* top: 0; */
  bottom: 0;
  background: rgba(34, 34, 34, 0.8);
  padding: 15px 25px;
}

.images-block .image-detail h5 {
  color: var(--bs-text-ffffff);
  margin: 0 0 5px;
}

.images-block .image-detail p {
  color: var(--bs-text-ffffff);
}

.images-block .image-detail .btn-simple-arrow {
  font-family: var(--bs-font-pt-sans);
  font-weight: 700;
  font-size: 16px;
  color: var(--bs-text-ffffff);
  text-decoration: none;
}

.images-block .image-detail .btn-simple-arrow:hover {
  color: var(--bs-text-efb51d);
}
/* images */

/* common-image-detail */
.common-image-detail-block {
  padding-top: 35px;
  padding-bottom: 35px;
}

/* .common-image-detail-block .row {
	margin: 0 -10px;
}

.common-image-detail-block .row > * {
	padding: 0 10px;
} */

.common-image-detail-block .image video,
.common-image-detail-block .image img {
  width: 100%;
}
/* common-image-detail */

/* service-icon-block */
.services-icons-list .row {
  justify-content: space-between;
}

.service-icon-block {
  display: block;
  text-decoration: none;
  text-align: center;
  margin-bottom: 20px;
}

.service-icon-block .service-icon-detail {
  display: inline-block;
}

.service-icon-block .icon {
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  color: var(--bs-text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.service-icon-block .detail > * {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: var(--bs-text-primary);
  text-transform: uppercase;
  margin: 0;
}

.service-icon-block .detail > *:after {
  position: relative;
  content: "\f105";
  font-family: "fasolid900";
  right: 0;
  margin-left: 5px;
}

.service-icon-block .service-icon-detail:hover .detail > * span {
  text-decoration: underline;
}
/* service-icon-block */

/* pagination */
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pagination > * {
  margin: 0 17px;
}

.pagination > *:first-child {
  margin-left: 0;
}

.pagination > *:last-child {
  margin-right: 0;
}

.pagination .pagination-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pagination .first-page,
.pagination .last-page {
  font-size: 14px;
  line-height: 23px;
}

.pagination .show-all-pages a {
  font-size: 14px;
  line-height: 23px;
}

.pagination .all-pages {
  font-size: 14px;
  line-height: 23px;
}

.pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pagination ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  line-height: 27px;
  color: var(--bs-text-222222);
}
.pagination ul li:first-child {
  margin-left: 0;
}

.pagination ul li:last-child {
  margin-right: 0;
}

.pagination ul li > * {
  text-decoration: none;
  font-weight: 700;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  border: 1px solid var(--bs-222222);
}

.pagination ul li > *:hover {
  background: var(--bs-cccccc);
}

.pagination ul li.active > *,
.pagination ul li.current > *,
.pagination ul li.current-page > *,
.pagination ul li > *.active,
.pagination ul li > *.current,
.pagination ul li > *.current-page {
  color: var(--bs-text-ffffff) !important;
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

.pagination ul li > span {
  color: var(--bs-text-222222);
  border: none;
  background: none !important;
}

.pagination .first-page {
  margin-right: 34px;
}

.pagination .last-page {
  margin-left: 34px;
}
/* pagination */

/* video-embed */
.video-embed-block {
  margin-bottom: 30px;
}

.video-embed-block .video-embed-image {
  height: 285px;
  position: relative;
  z-index: 9;
  margin-bottom: 6px;
}

.video-embed-block .video-embed-image:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.video-embed-block .video-embed-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.video-embed-block .video-embed-image .video-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.video-embed-block .video-embed-image .video-play-icon img {
  width: 100px;
  height: 100px;
}

.video-embed-block .video-embed-detail h5 {
  margin-bottom: 5px;
}
/* video-embed */

/* common-text-block */
.common-text-block {
  margin-bottom: 30px;
}

.common-text-block .row {
  margin-left: -19px;
  margin-right: -19px;
}

.common-text-block .row > * {
  padding-left: 19px;
  padding-right: 19px;
}

.common-text-block h3 {
  margin-bottom: 20px;
}

.common-text-block h4 {
  margin-bottom: 15px;
}

.common-text-block ul li {
  margin-bottom: 20px;
}
.common-text-block .section-title {
  font-family: var(--bs-font-barlow);
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
}
/* common-text-block */

/* common-tabing-block */
.common-tabing-block .nav-tabs {
  border: none;
}

.common-tabing-block .nav-tabs .nav-item {
  margin: 0 4px;
}

.common-tabing-block .nav-tabs .nav-item:first-child {
  margin-left: 0;
}

.common-tabing-block .nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.common-tabing-block .nav-tabs .nav-item .nav-link {
  font-family: var(--bs-font-barlow);
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  padding: 18px 35px;
  color: var(--bs-text-primary);
  border: 1px solid var(--bs-222222);
  border-bottom: none;
  background: var(--bs-e4e4e4);
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
}

.common-tabing-block .nav-tabs .nav-item .nav-link:hover {
  text-decoration: underline;
  background: var(--bs-ffffff);
}

.common-tabing-block .nav-tabs .nav-item .nav-link.active {
  text-decoration: none;
  background: var(--bs-ffffff);
  border-color: var(--bs-ffffff);
}

.common-tabing-block .tab-content {
  padding: 54px 50px;
  background: var(--bs-ffffff);
}
/* common-tabing-block */

/* video-embed */
.video-embed .image {
  margin-bottom: 5px;
}

.video-embed .image > img {
  width: 100%;
}

.video-embed .image .video-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  text-decoration: none;
  display: inline-block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
/* video-embed */

/* card-blocks */
.card-blocks-list .row {
  margin-left: -10px;
  margin-right: -10px;
}

.card-blocks-list .row > * {
  padding-left: 10px;
  padding-right: 10px;
}

.card-blocks {
  display: block;
  text-decoration: none;
  position: relative;
  top: 0;
  height: calc(100% - 33px);
  margin-bottom: 33px;
}

.card-blocks .card-blocks-detail {
  position: relative;
  top: 0;
  background: var(--bs-ffffff);
  border: 1px solid var(--bs-cccccc);
  padding: 23px 26px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  border-radius: 5px;
}

.card-blocks:hover .card-blocks-detail {
  top: -15px;
}
.card-blocks:hover .section-title {
  text-decoration: underline;
}

.card-blocks p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 21px;
  color: var(--bs-text-464646);
}

.card-blocks .btn-simple-arrow {
  font-weight: 700;
  margin-top: 10px;
  text-decoration: none;
}

.card-blocks:hover h6 {
  text-decoration: underline;
}

.card-blocks:hover .btn-simple-arrow span {
  text-decoration: underline;
}
/* card-blocks */

/* proof-point-blocks */
.proof-point-section h3 {
  margin-bottom: 70px;
}

.proof-point-blocks {
  padding: 0 23px 35px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  border: 5px solid var(--bs-primary);
}

.proof-point-blocks .point-value {
  background: var(--bs-f0f0f0);
  position: relative;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -60px;
  margin-bottom: 15px;
}

.proof-point-blocks .point-value * {
  font-family: var(--bs-font-barlow);
  font-weight: 400;
  font-size: 78px;
  line-height: 94px;
  color: var(--bs-text-primary);
  margin-top: 0;
  margin-bottom: 0;
}

.proof-point-blocks .section-title {
  line-height: 1;
  color: var(--bs-000000);
  margin: 0;
}
/* proof-point-blocks */

/* common-accordion */
.expand-collapsed-accordion-list {
  text-align: right;
  margin-bottom: 15px;
}

.expand-collapsed-accordion-list a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-right: 30px;
}

.expand-collapsed-accordion-list a:before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 15px;
  height: 3px;
  background: var(--bs-222222);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.expand-collapsed-accordion-list a:after {
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 3px;
  height: 15px;
  background: var(--bs-222222);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.expand-collapsed-accordion-list a:hover:before,
.expand-collapsed-accordion-list a:hover:after {
  background: var(--bs-link-hover-0105fa);
}

.expand-collapsed-accordion-list a.open:after {
  height: 0;
}

.common-accordion .accordion-item {
  margin-bottom: 16px;
  border: none;
  background: none;
}

.common-accordion .accordion-item .accordion-button {
  position: relative;
  font-family: var(--bs-font-barlow);
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  padding: 10px 36px 10px 16px;
  color: var(--bs-text-primary);
  border: 1px solid var(--bs-676767);
  border-bottom: none;
  background: transparent;
  text-transform: capitalize;
  box-shadow: none;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
}

.common-accordion .accordion-item .accordion-button:before {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 15px;
  height: 3px;
  background: var(--bs-primary);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.common-accordion .accordion-item .accordion-button:after {
  position: absolute;
  content: "";
  right: 22px;
  top: 50%;
  width: 3px;
  height: 0;
  background: var(--bs-primary);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.common-accordion .accordion-item .accordion-button.collapsed:after {
  height: 15px;
}

.common-accordion .accordion-item .accordion-button.collapsed {
  border: 1px solid var(--bs-cccccc);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.common-accordion .accordion-item .accordion-button.collapsed:hover {
  border-color: var(--bs-222222);
  background: var(--bs-e4e4e4);
  text-decoration: underline;
}

.common-accordion .accordion-item .accordion-body {
  padding: 16px 16px 30px;
  border: 1px solid var(--bs-676767);
  border-top: none;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
}

.common-accordion .hidden-accordion-items {
  display: none;
}
/* common-accordion */

/* social-icons */
.social-icons ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row !important;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.social-icons ul li {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 4px !important;
  padding: 0;
  list-style-type: none;
  font-size: 18px;
  line-height: 18px;
  color: var(--bs-text-primary);
}

.bg-222222 .social-icons ul li,
.bg-primary .social-icons ul li,
.bg-dark .social-icons ul li {
  color: var(--bs-text-ffffff);
}

.social-icons ul li:first-child {
  margin-left: 0 !important;
}

.social-icons ul li:last-child {
  margin-right: 0 !important;
}

.social-icons ul li a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border: 1px solid var(--bs-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.bg-222222 .social-icons ul li a,
.bg-primary .social-icons ul li a,
.bg-dark .social-icons ul li a {
  border-color: var(--bs-ffffff);
}

.social-icons ul li a:hover {
  color: var(--bs-text-ffffff);
  background: var(--bs-primary);
}

.bg-222222 .social-icons ul li a:hover,
.bg-primary .social-icons ul li a:hover,
.bg-dark .social-icons ul li a:hover {
  color: var(--bs-text-primary);
  background: var(--bs-ffffff);
}

.social-icons.primary-layout ul li a {
  color: var(--bs-text-ffffff);
  background: var(--bs-primary);
}

.social-icons.primary-layout ul li a:hover,
.social-icons.primary-layout ul li a:focus {
  color: var(--bs-text-primary);
  background: var(--bs-ffffff);
}

.social-icons.dark-layout ul li a {
  color: var(--bs-text-dark);
  background: var(--bs-ffffff);
}

.social-icons.dark-layout ul li a:hover,
.social-icons.dark-layout ul li a:focus {
  color: var(--bs-text-dark);
  background: var(--bs-ffffff);
}
/* social-icons */

/* common-table */
.common-table .table {
  border: 2px solid var(--bs-bfbfbf);
}
.common-table .table th {
  font-family: var(--bs-font-barlow);
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: var(--bs-ffffff);
  background: var(--bs-222222);
  text-align: center;
  padding: 15px;
  border-right: 2px solid var(--bs-bfbfbf);
}

.common-table .table td {
  font-family: var(--bs-font-pt-sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--bs-222222);
  background: var(--bs-e0e0e0);
  text-align: center;
  padding: 15px;
  border-right: 2px solid var(--bs-bfbfbf);
  border-bottom: none;
}

.common-table .table tbody tr:nth-child(even) td {
  background: var(--bs-ffffff);
}
/* common-table */

/* feed-items */
.feed-items-list .row {
  margin-left: -17px;
  margin-right: -17px;
}

.feed-items-list .row > * {
  padding-left: 17px;
  padding-right: 17px;
}

.feed-items-block {
  text-decoration: none;
  display: block;
  position: relative;
  top: 0;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.feed-items-block > * {
  position: relative;
  background: var(--bs-ffffff);
  top: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.feed-items-block:hover > * {
  top: -15px;
}

.feed-items-block .image {
  height: 200px;
  background: var(--bs-676767);
}

.feed-items-block .image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.feed-items-block .feed-items-detail {
  position: relative;
  padding: 20px 17px 50px;
}

.feed-items-block .feed-items-detail span.date {
  display: block;
  font-family: var(--bs-font-pt-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: var(--bs-text-222222);
  margin-bottom: 20px;
}

.feed-items-block .feed-items-detail .section-title {
  line-height: 25px;
  color: var(--bs-text-222222);
  text-transform: none;
  margin-bottom: 60px;
}

.feed-items-block .feed-items-detail .readmore-link {
  position: absolute;
  left: 17px;
  bottom: 25px;
}

.feed-items-block .feed-items-detail .readmore-link span {
  color: var(--bs-text-primary);
  text-transform: capitalize;
}

.feed-items-block:hover .feed-items-detail .section-title {
  text-decoration: underline;
}

.feed-items-block:hover .feed-items-detail .readmore-link span {
  text-decoration: underline;
}

.feed-items-list .readmore-button {
  margin-top: 50px;
}
/* feed-items */

/* directory-feed */
.directory-feed-block {
  border: 1px solid var(--bs-222222);
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.directory-feed-block:hover {
  background: var(--bs-ffffff);
}

.directory-feed-block .feed-block .feed-profile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.directory-feed-block .feed-block .feed-profile .profile-img {
  flex: 0 0 90px;
  max-width: 90px;
  width: 100%;
  height: 90px;
  background: var(--bs-676767);
  border: 1px solid var(--bs-707070);
  margin-right: 20px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.directory-feed-block .feed-block .feed-profile .profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.directory-feed-block .feed-block .feed-profile .detail {
  flex: 1 0 0;
}

.directory-feed-block .feed-block .feed-profile .detail h6 {
  margin-bottom: 10px;
}

/* .directory-feed-block .feed-block .feed-profile .detail a {
	font-size: 16px;
	line-height: 21px;
} */

.directory-feed-block .feed-block p:last-child {
  margin: 0;
}

.directory-feed-block p {
  font-size: 16px;
  line-height: 21px;
}
/* directory-feed */

/* event-feed */
.event-feed-list .row {
  margin-left: -28px;
  margin-right: -28px;
}

.event-feed-list .row > * {
  padding-left: 28px;
  padding-right: 28px;
}

.event-feed-block {
  display: block;
  text-decoration: none;
  padding: 28px 11px;
  color: var(--bs-text-222222) !important;
  border: 1px solid var(--bs-222222);
  box-shadow: 0px 6px 16px var(--bs-8989891A);
  height: calc(100% - 20px);
  margin-bottom: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.event-feed-block p {
  line-height: 20px;
}
.event-feed-block:hover {
  background: var(--bs-ffffff);
}

.event-feed-block .date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-primary);
  padding: 5px 15px;
  text-align: center;
  margin-bottom: 15px;
}

.event-feed-block .date p {
  font-family: var(--bs-font-pt-sans);
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  color: var(--bs-ffffff);
  text-transform: uppercase;
  margin: 0;
}

.event-feed-block .date p span {
  display: block;
  font-size: 16px;
  line-height: 18px;
}

.event-feed-block .section-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 10px;
  line-height: 26px;
}

.event-feed-block:hover .section-title {
  text-decoration: underline;
}

.event-feed-block .time-period p {
  margin-bottom: 10px;
}

.event-feed-block .register-link * {
  text-decoration: underline;
  font-size: 16px;
  line-height: 21px;
  color: var(--bs-172b54);
}

.event-feed-block:hover .register-link * {
  color: var(--bs-link-hover-0105fa);
}
.event-feed-block:hover .section-title {
  text-decoration: underline;
}
/* event-feed */

/* simple-quote */
.simple-quote-block p {
  font-size: 18px;
  line-height: 24px;
  color: var(--bs-000000);
}

.simple-quote-block .person-name p {
  font-size: 16px;
  line-height: 21px;
}

.simple-quote-block .person-name p span {
  display: block;
  text-transform: uppercase;
}
/* simple-quote */

/* quote-icon */
.quote-icon-block {
  margin-bottom: 90px;
}

.quote-icon-block .quote-icon-detail {
  position: relative;
  border-top: 1px solid var(--bs-primary);
  padding-top: 30px;
}

.quote-icon-block .quote-icon-detail:before {
  position: absolute;
  content: "";
  background-image: url("/_resources/images/quote.svg");
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  width: 50px;
  height: 25px;
  left: 0;
  top: -14px;
}

/* .quote-icon-block h6, */
.quote-icon-block .detail p {
  margin-bottom: 30px;
}

.quote-icon-block .person-name p {
  font-size: 16px;
  line-height: 21px;
  color: var(--bs-text-222222);
}

.quote-icon-block .person-name p span {
  display: block;
  text-transform: uppercase;
}

.quote-icon-block .readmore-button {
  padding-top: 20px;
}

.bg-222222 .quote-icon-block .quote-icon-detail,
.bg-primary .quote-icon-block .quote-icon-detail,
.bg-dark .quote-icon-block .quote-icon-detail {
  border: none;
  padding: 95px 40px 60px;
}

.bg-222222 .quote-icon-block .quote-icon-detail:before,
.bg-primary .quote-icon-block .quote-icon-detail:before,
.bg-dark .quote-icon-block .quote-icon-detail:before {
  display: none;
}

.bg-222222 .quote-icon-block h2,
.bg-primary .quote-icon-block h2,
.bg-dark .quote-icon-block h2 {
  font-weight: 400;
  color: var(--bs-ffffff);
  /* margin-bottom: 63px; */
  position: relative;
  z-index: 9;
}

.bg-222222 .quote-icon-block h2:before,
.bg-primary .quote-icon-block h2:before,
.bg-dark .quote-icon-block h2:before {
  position: absolute;
  content: "";
  left: -35px;
  margin-top: -20px;
  top: -50px;
  width: 245px;
  height: 175px;
  background: url(/_resources/css/"data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http:/www.w3.org/2000/svg' width='172.633' height='123.207' viewBox='0 0 172.633 123.207'%3E%3Cpath id='Path_4065' data-name='Path 4065' d='M4.56,14.566Q4.56-23,22.776-39.323T74.767-56.4L79.7-32.492Q39.474-28.317,42.51,5.078H66.038V65.8H4.56Zm96.392,0q0-37.57,18.216-53.888T171.158-56.4l4.933,23.908Q135.865-28.317,138.9,5.078H162.43V65.8H100.952Z' transform='translate(-4.06 56.909)' fill='none' stroke='%23efb51d' stroke-width='1'/%3E%3C/svg%3E")
    no-repeat;
  z-index: -1;
  background-size: 60%;
  transform: translate(10%, -23%);
}

.bg-222222 .quote-icon-block h6,
.bg-primary .quote-icon-block h6,
.bg-dark .quote-icon-block h6 {
  color: var(--bs-ffffff);
}

.bg-222222 .quote-icon-block .person-name p,
.bg-primary .quote-icon-block .person-name p,
.bg-dark .quote-icon-block .person-name p {
  color: var(--bs-ffffff);
}
/* quote-icon */

/* common-form */
.common-form .form-group {
  margin-bottom: 15px;
}

.common-form .form-label {
  font-family: var(--bs-font-pt-sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--bs-222222);
  margin-bottom: 13px;
}

.bg-222222 .common-form .form-label,
.bg-primary .common-form .form-label,
.bg-dark .common-form .form-label {
  color: var(--bs-ffffff);
}

.common-form .form-control {
  height: 56px;
  border: 1px solid var(--bs-bfbfbf);
  resize: none;
  background: var(--bs-ffffff);
  font-family: var(--bs-font-pt-sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--bs-222222);
  letter-spacing: 0.17px;
  padding: 18px 22px;
  box-shadow: none;
}

.common-form .form-control::-webkit-input-placeholder {
  color: var(--bs-222222);
}
.common-form .form-control::-moz-placeholder {
  color: var(--bs-222222);
}
.common-form .form-control:-ms-input-placeholder {
  color: var(--bs-222222);
}
.common-form .form-control:-o-placeholder {
  color: var(--bs-222222);
}

.common-form .form-control:focus::-webkit-input-placeholder {
  color: var(--bs-00000061);
}
.common-form .form-control:focus::-moz-placeholder {
  color: var(--bs-00000061);
}
.common-form .form-control:focus:-ms-input-placeholder {
  color: var(--bs-00000061);
}
.common-form .form-control:focus:-o-placeholder {
  color: var(--bs-00000061);
}

.common-form .error .form-control {
  border: 2px solid var(--bs-b40000);
}

.common-form .error .validation-message {
  padding: 7px 15px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.15px;
  color: var(--bs-ffffff);
  background: var(--bs-b40000);
  border: 1px solid var(--bs-b40000);
  margin-top: 5px;
}

.common-form .form-select {
  height: 56px;
  border: 1px solid var(--bs-bfbfbf);
  resize: none;
  background: var(--bs-ffffff);
  font-family: var(--bs-font-pt-sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--bs-222222);
  box-shadow: none;
}

.common-form .form-select:focus,
.common-form .form-control:focus {
  border: 2px solid var(--bs-primary);
}

.bg-222222 .common-form .form-select:focus,
.bg-222222 .common-form .form-control:focus,
.bg-primary .common-form .form-select:focus,
.bg-primary .common-form .form-control:focus,
.bg-dark .common-form .form-select:focus,
.bg-dark .common-form .form-control:focus {
  border: 2px solid var(--bs-efb51d);
}

.common-form .common-select2 .select2 .select2-selection {
  height: 56px;
  border: 1px solid var(--bs-bfbfbf);
}

.common-form
  .common-select2
  .select2
  .select2-selection
  .select2-selection__rendered {
  font-weight: 400;
  font-size: 18px;
  line-height: 56px;
}

.common-form
  .common-select2
  .select2
  .select2-selection
  .select2-selection__arrow {
  height: 56px;
}

.select2-dropdown.common-select2-dropdown.common-form-select2-dropdown
  .select2-results__options
  .select2-results__option {
  font-size: 18px;
  line-height: 24px;
}

.common-form textarea.form-control {
  height: 182px;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.common-form .form-check {
  padding: 0;
  margin: 0 0 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.common-form .form-group .form-check:last-child {
  margin: 0;
}

.common-form .form-check.terms-condition {
  align-items: flex-start;
}

.common-form .form-check .form-check-label {
  font-size: 18px;
  line-height: 23px;
  color: var(--bs-222222);
  user-select: none;
  flex: 1 0 0;
}

.bg-222222 .common-form .form-check .form-check-label,
.bg-primary .common-form .form-check .form-check-label,
.bg-dark .common-form .form-check .form-check-label {
  color: var(--bs-ffffff);
}

.common-form .terms-condition .form-check-label {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.13px;
}

.common-form .form-check .form-check-input {
  width: 26px;
  height: 26px;
  box-shadow: none;
  margin: 0 17px 0 0;
  outline: none;
  box-shadow: none !important;
  background-color: transparent;
  border: 2px solid var(--bs-222222);
}
.common-form .form-check .form-check-input[type="radio"]:checked {
  border: 2px solid var(--bs-primary);
}

.bg-222222 .common-form .form-check .form-check-input,
.bg-primary .common-form .form-check .form-check-input,
.bg-dark .common-form .form-check .form-check-input {
  background-color: var(--bs-ffffff);
  border-color: var(--bs-ffffff);
}

.common-form .form-check .form-check-input:checked {
  /* background-color: var(--bs-primary); */
}

.common-form .form-check input[type="radio"].form-check-input:checked {
  background: none;
  background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 4 4' style='enable-background:new 0 0 4 4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2390041b;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='2' cy='2' r='2'/%3E%3C/svg%3E")
    no-repeat;
  background-size: 14px 14px;
  background-position: center center;
}

.bg-222222 .common-form .form-check .form-check-input:checked,
.bg-primary .common-form .form-check .form-check-input:checked,
.bg-dark .common-form .form-check .form-check-input:checked {
  /* background-color: var(--bs-fba900); */
  /* border-color: var(--bs-ffffff); */
}

.bg-222222
  .common-form
  .form-check
  input[type="radio"].form-check-input:checked,
.bg-primary
  .common-form
  .form-check
  input[type="radio"].form-check-input:checked,
.bg-dark .common-form .form-check input[type="radio"].form-check-input:checked {
  background: none;
  background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 4 4' style='enable-background:new 0 0 4 4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fba900;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='2' cy='2' r='2'/%3E%3C/svg%3E")
    no-repeat;
  background-size: 14px 14px;
  background-position: center center;
}

.common-form .submit-button {
  padding-top: 20px;
}

.common-form .submit-button .btn {
  font-weight: 700;
}

.bg-222222 .common-form .submit-button .btn-primary,
.bg-primary .common-form .submit-button .btn-primary,
.bg-dark .common-form .submit-button .btn-primary {
  color: var(--bs-text-222222);
  background: var(--bs-fba900);
  border-color: var(--bs-fba900);
}

.bg-222222 .common-form .submit-button .btn-primary:active:focus,
.bg-222222 .common-form .submit-button .btn-primary:hover,
.bg-primary .common-form .submit-button .btn-primary:active:focus,
.bg-primary .common-form .submit-button .btn-primary:hover,
.bg-dark .common-form .submit-button .btn-primary:active:focus,
.bg-dark .common-form .submit-button .btn-primary:hover {
  color: var(--bs-text-222222);
  background: var(--bs-ffffff);
  border-color: var(--bs-ffffff);
}
/* common-form */

/* cta-banner */
.cta-banner-block {
  padding: 50px;
  border: 1px solid var(--bs-bfbfbf);
  margin-bottom: 35px;
}

.cta-banner-block h2 {
  margin-bottom: 25px;
}

.bg-primary.cta-banner-block {
  border-color: var(--bs-primary);
}

.bg-dark.cta-banner-block {
  border-color: var(--bs-dark);
}

.bg-222222.cta-banner-block h2,
.bg-primary.cta-banner-block h2,
.bg-dark.cta-banner-block h2 {
  color: var(--bs-text-ffffff);
}

.bg-222222.cta-banner-block p,
.bg-primary.cta-banner-block p,
.bg-dark.cta-banner-block p {
  color: var(--bs-text-ffffff);
}

.bg-222222.cta-banner-block ol li,
.bg-222222.cta-banner-block ul li,
.bg-primary.cta-banner-block ol li,
.bg-primary.cta-banner-block ul li,
.bg-dark.cta-banner-block ol li,
.bg-dark.cta-banner-block ul li {
  color: var(--bs-text-ffffff);
  margin-bottom: 15px;
}

.bg-222222.cta-banner-block ol li::marker,
.bg-222222.cta-banner-block ul li::marker,
.bg-primary.cta-banner-block ol li::marker,
.bg-primary.cta-banner-block ul li::marker,
.bg-dark.cta-banner-block ol li::marker,
.bg-dark.cta-banner-block ul li::marker {
  color: var(--bs-text-ffffff);
}

.cta-banner-block .cta-buttons {
  padding-top: 30px;
}

.cta-banner-block .cta-buttons .btn {
  margin: 0 12px;
}

.cta-banner-block .cta-buttons .btn:first-child {
  margin-left: 0;
}

.cta-banner-block .cta-buttons .btn:last-child {
  margin-right: 0;
}
/* cta-banner */

/* sidebar-block */
.in-sidebar-section {
  border-bottom: 1px solid var(--bs-fba900);
  margin-bottom: 15px;
}

.in-sidebar-section > * {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 22px;
  text-transform: uppercase;
  background: var(--bs-fba900);
}

.sidebar-block {
  margin-bottom: 25px;
}

.sidebar-block h5 {
  margin-bottom: 20px;
}

.sidebar-block .sidebar-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}
.sidebar-block .sidebar-title .form-title {
  font-size: 32px;
  font-family: var(--bs-font-barlow);
}

.sidebar-block a:hover {
  color: var(--bs-link-hover-0105fa);
}
.sidebar-block .sidebar-title * {
  margin: 0;
}
/* sidebar-block */

/* sidebar-navigation-block */
.sidebar-navigation-block ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sidebar-navigation-block ul li {
  display: block;
  margin: 0 0 5px;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}

.sidebar-navigation-block ul li:last-child {
  margin: 0;
}

.sidebar-navigation-block ul li a {
  display: block;
  text-decoration: none;
  padding: 9px 14px;
  border: 1px solid var(--bs-cccccc);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.sidebar-navigation-block ul li.active a,
.sidebar-navigation-block ul li a.active,
.sidebar-navigation-block ul li a:hover {
  color: var(--bs-ffffff);
  background: var(--bs-primary);
  border-color: var(--bs-primary);
}
.sidebar-navigation-block ul li a:hover {
  text-decoration: underline;
}
/* sidebar-navigation-block */

/* sidebar-quick-links-block */
.sidebar-quick-links-block {
  background: var(--bs-ffffff);
  padding: 20px;
}

.sidebar-quick-links-block ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sidebar-quick-links-block ul li {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  line-height: 21px;
}

.sidebar-quick-links-block ul li:last-child {
  margin: 0;
}
/* sidebar-quick-links-block */

/* sidebar-contact-info-block */
.sidebar-contact-info-block {
  background: var(--bs-ffffff);
}

.sidebar-contact-info-block h4 {
  padding: 10px 20px;
  background: var(--bs-primary);
  color: var(--bs-text-ffffff);
}

.sidebar-contact-info-block .sidebar-detail {
  padding: 0 20px 20px;
}

.sidebar-contact-info-block .sidebar-detail p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}

.sidebar-contact-info-block .sidebar-detail .detail {
  padding-bottom: 15px;
}

.sidebar-contact-info-block .personal-info {
  margin-bottom: 34px;
}

.sidebar-contact-info-block .personal-info:last-child {
  margin: 0;
}

.sidebar-contact-info-block .personal-info .title {
  display: block;
  font-family: var(--bs-font-pt-sans);
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: var(--bs-text-222222);
}

.sidebar-contact-info-block .persone-information {
  padding-top: 25px;
}

.sidebar-contact-info-block .persone-information .profile-img {
  margin-bottom: 5px;
}

.sidebar-contact-info-block .persone-information .profile-img img {
  width: 89px;
  height: 89px;
  object-fit: cover;
  font-family: "object-fit: cover";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* sidebar-contact-info-block */

/* sidebar-search-filter-block */
.sidebar-search-filter-block h4 {
  padding: 10px 20px;
  background: var(--bs-primary);
  color: var(--bs-text-ffffff);
  margin-bottom: 12px;
}

.sidebar-block .sidebar-search-field {
  position: relative;
}

.sidebar-block .sidebar-search-field .form-control {
  height: 42px;
  padding: 6px 40px 6px 16px;
  border-color: var(--bs-cccccc);
  font-size: 16px;
  line-height: 16px;
  color: var(--bs-text-222222);
  box-shadow: none;
}

.sidebar-block .sidebar-search-field .form-control::-webkit-input-placeholder {
  color: var(--bs-text-222222);
}
.sidebar-block .sidebar-search-field .form-control::-moz-placeholder {
  color: var(--bs-text-222222);
}
.sidebar-block .sidebar-search-field .form-control:-ms-input-placeholder {
  color: var(--bs-text-222222);
}
.sidebar-block .sidebar-search-field .form-control:-o-placeholder {
  color: var(--bs-text-222222);
}

.sidebar-block .sidebar-search-field .search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 14px;
  color: var(--bs-22222);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.sidebar-block .title-block {
  padding: 10px 20px;
  background: var(--bs-primary);
  color: var(--bs-text-ffffff);
  font-family: var(--bs-font-barlow);
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.sidebar-block .sidebar-search-button .btn {
  /* width: 100%; */
  margin-top: 10px;
}
/* sidebar-search-filter-block */

/* sidebar-search-news-block */
.sidebar-search-news-block h4 {
  margin-bottom: 5px;
}

.sidebar-search-news-block {
  padding: 10px 10px 20px;
}
/* sidebar-search-news-block */

/* sidebar-filter-block */
.sidebar-filter-block {
  padding: 18px 10px;
  border: 1px solid var(--bs-222222);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.sidebar-filter-block .clear-filter-link {
  font-size: 16px;
  line-height: 21px;
}

.sidebar-filter-block .common-select2 {
  margin-bottom: 17px;
}
/* sidebar-filter-block */

/* sidebar-featured-article-block */
.sidebar-featured-article-block {
  padding: 26px 42px;
}

.featured-article-block {
  margin-bottom: 38px;
}

.featured-article-block:last-child {
  margin: 0;
}

.featured-article-block .date {
  margin-bottom: 5px;
}

.featured-article-block h6 {
  line-height: 27px;
}

.bg-222222 .featured-article-block h6,
.bg-primary .featured-article-block h6,
.bg-dark .featured-article-block h6 {
  color: var(--bs-text-ffffff);
}
/* sidebar-featured-article-block */

/* common-dropdown */
.common-dropdown .dropdown-toggle {
  width: 100%;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--bs-text-222222);
  text-transform: none;
  border: 1px solid var(--bs-bfbfbf) !important;
  background: var(--bs-ffffff);
  padding: 10px 12px 10px 16px;
  outline: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.common-dropdown .dropdown-toggle:active:focus {
  border-color: var(--bs-bfbfbf) !important;
}
/* common-dropdown */

/* common-select2 */
.common-select2 .select2 .select2-selection {
  height: 38px;
  border: 1px solid var(--bs-bfbfbf);
}

.common-select2 .select2.select2-container--open .select2-selection {
  border-color: var(--bs-222222);
}

.common-select2
  .select2.select2-container--open.select2-container--below
  .select2-selection {
  border-bottom-color: var(--bs-ffffff);
}

.common-select2
  .select2.select2-container--open.select2-container--above
  .select2-selection {
  border-top-color: var(--bs-ffffff);
}

.common-select2 .select2 .select2-selection .select2-selection__rendered {
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  color: var(--bs-text-222222);
  /* padding: 10px 12px 10px 16px; */
  padding: 0 36px 0 16px;
}

.common-select2 .select2 .select2-selection .select2-selection__arrow {
  height: 38px;
  right: 8px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.common-select2 .select2 .select2-selection .select2-selection__arrow:before {
  display: inline-block;
  position: relative;
  content: "\f107";
  font-family: "fasolid900";
  font-size: 18px;
  line-height: 18px;
}

.common-select2 .select2 .select2-selection .select2-selection__arrow b {
  display: none;
}

.common-select2
  .select2.select2-container--open
  .select2-selection
  .select2-selection__arrow {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.select2-dropdown.common-select2-dropdown {
  border-color: var(--bs-222222) !important;
  padding-top: 5px;
  padding-bottom: 10px;
}

.select2-dropdown.common-select2-dropdown
  .select2-results__options
  .select2-results__option {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--bs-text-222222);
  padding: 7px 16px;
  margin: 0;
}

.select2-dropdown.common-select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__option--selected,
.select2-dropdown.common-select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__option--highlighted,
.select2-dropdown.common-select2-dropdown
  .select2-results__options
  .select2-results__option:hover {
  color: var(--bs-ffffff);
  background: var(--bs-primary);
}
/* common-select2 */

/* common-checkbox-select2 */
.common-checkbox-select2 .select2 .select2-selection {
  height: 38px;
  border: 1px solid var(--bs-bfbfbf);
}

.common-checkbox-select2 .select2.select2-container--open .select2-selection {
  border-color: var(--bs-222222);
}

.common-checkbox-select2
  .select2.select2-container--open.select2-container--below
  .select2-selection {
  border-bottom-color: var(--bs-ffffff);
}

.common-checkbox-select2
  .select2.select2-container--open.select2-container--above
  .select2-selection {
  border-top-color: var(--bs-ffffff);
}

.common-checkbox-select2
  .select2
  .select2-selection
  .select2-selection__rendered {
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  color: var(--bs-text-222222);
  padding: 0 36px 0 16px;
}

.common-checkbox-select2 .select2 .select2-selection .select2-selection__arrow {
  height: 38px;
  right: 8px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.common-checkbox-select2
  .select2
  .select2-selection
  .select2-selection__arrow:before {
  display: inline-block;
  position: relative;
  content: "\f107";
  font-family: "fasolid900";
  font-size: 14px;
  line-height: 16px;
}

.common-checkbox-select2
  .select2
  .select2-selection
  .select2-selection__arrow
  b {
  display: none;
}

.common-checkbox-select2
  .select2.select2-container--open
  .select2-selection
  .select2-selection__arrow {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

/* .select2-dropdown.common-checkbox-select2-dropdown {
	border-color: var(--bs-222222);
	padding-top: 5px;
	padding-bottom: 10px;
}

.select2-dropdown.common-checkbox-select2-dropdown .select2-results__options .select2-results__option {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: var(--bs-text-222222);
	padding: 7px 16px;
} */

.select2-dropdown.common-checkbox-select2-dropdown
  .select2-results__options
  .select2-results__option:before {
  position: relative;
  content: "";
  display: inline-flex;
  justify-content: center;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid var(--bs-primary);
  margin-right: 10px;
  font-size: 10px;
  line-height: 12px;
}

/* .select2-dropdown.common-checkbox-select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-dropdown.common-checkbox-select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-dropdown.common-checkbox-select2-dropdown .select2-results__options .select2-results__option:hover {
	color: var(--bs-primary);
	background: none;
} */

.select2-dropdown.common-checkbox-select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__option--selected:before {
  background: var(--bs-primary);
  content: "\f00c";
  font-family: "fasolid900";
  color: var(--bs-text-ffffff);
  top: -1px;
}
/* common-checkbox-select2 */

/* common-gray-select2 */
.common-gray-select2 .select2 .select2-selection {
  height: 38px;
  border: 1px solid var(--bs-bfbfbf);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.common-gray-select2 .select2.select2-container--open .select2-selection {
  border-color: var(--bs-222222);
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}

/* .common-gray-select2 .select2.select2-container--open.select2-container--below .select2-selection {
	border-bottom-color: var(--bs-ffffff);
}

.common-gray-select2 .select2.select2-container--open.select2-container--above .select2-selection {
	border-top-color: var(--bs-ffffff);
} */

.common-gray-select2 .select2 .select2-selection .select2-selection__rendered {
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  color: var(--bs-text-222222);
  padding: 0 36px 0 16px;
}

.common-gray-select2 .select2 .select2-selection .select2-selection__arrow {
  height: 38px;
  right: 8px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.common-gray-select2
  .select2
  .select2-selection
  .select2-selection__arrow:before {
  display: inline-block;
  position: relative;
  content: "\f107";
  font-family: "fasolid900";
  font-size: 14px;
  line-height: 16px;
}

.common-gray-select2 .select2 .select2-selection .select2-selection__arrow b {
  display: none;
}

.common-gray-select2
  .select2.select2-container--open
  .select2-selection
  .select2-selection__arrow {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.select2-dropdown.common-gray-select2-dropdown {
  border: 1px solid var(--bs-222222) !important;
  background: var(--bs-f0f0f0);
  /* padding-top: 5px;
	padding-bottom: 10px; */
  margin-top: 5px;
  box-shadow: 0px 2px 5px #0000004d;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
}

/* .select2-dropdown.common-gray-select2-dropdown .select2-results__options .select2-results__option {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: var(--bs-text-222222);
	padding: 7px 16px;
}

.select2-dropdown.common-gray-select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-dropdown.common-gray-select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-dropdown.common-gray-select2-dropdown .select2-results__options .select2-results__option:hover {
	color: var(--bs-primary);
	background: none;
} */
/* common-gray-select2 */

/* common-carousel */
.common-carousel {
  opacity: 0;
}

.common-carousel.slick-initialized {
  opacity: 1;
}

.common-carousel .common-slide-item img {
  width: 100%;
}
/* common-carousel */

/* slick-slider */
.slick-slider .slick-slide {
  outline: none !important;
}

.common-carousel-arrows {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.common-carousel-arrows > * {
  margin: 0 15px;
}

.common-carousel-arrows > *:first-child {
  margin-left: 0;
}

.common-carousel-arrows > *:last-child {
  margin-right: 0;
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.slick-dots li {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 7px;
  padding: 0;
  list-style-type: none;
  cursor: pointer;
  width: 17px;
  height: 17px;
  border: 1px solid var(--bs-primary);
  background: var(--bs-bfbfbf);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.slick-dots li:first-child {
  margin-left: 0;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
  background: var(--bs-primary);
}
/* slick-slider */

/* section-overlay */
.common-section-overlay {
  position: relative;
}

.common-section-overlay .section-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}

.common-section-overlay .section-overlay-content {
  position: relative;
  z-index: 99;
}
/* section-overlay */

/* common-image-column-block */
.common-image-column-list .row {
  margin-left: -11px;
  margin-right: -11px;
}

.common-image-column-list .row > * {
  padding-left: 11px;
  padding-right: 11px;
}

.common-image-column-block {
  margin-bottom: 30px;
}

.common-image-column-block .image {
  height: 252px;
  margin-bottom: 10px;
}

.common-image-column-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.common-image-column-block .detail h6 {
  line-height: 24px;
  margin: 0;
}

.common-image-column-block .detail h6 a {
  text-decoration: none;
}

.common-image-column-block .detail h6 a:hover {
  text-decoration: underline;
}
/* common-image-column-block */

/* date */
.date {
  display: block;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}

.bg-222222 .date,
.bg-primary .date,
.bg-dark .date {
  color: var(--bs-text-ffffff);
}
/* date */
