html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html,
body {
  padding: 0;
  margin: 0;
}
.inner-container {
  width: auto !important;
}
.parsys-container {
  border: 0 none !important;
}
.module-tmpl-html {
  margin-top: 60px;
}
.module-htmlcontainer {
  padding: 0 !important;
}
.module-htmlcontainer div {
  margin: 0 auto;
}
.CustomHTML div,
.CustomHTML span,
.CustomHTML object,
.CustomHTML iframe,
.CustomHTML h1,
.CustomHTML .h1,
.CustomHTML h3,
.CustomHTML .h3,
.CustomHTML h4,
.CustomHTML .h4,
.CustomHTML h5,
.CustomHTML .h5,
.CustomHTML p,
.CustomHTML a,
.CustomHTML code,
.CustomHTML img,
.CustomHTML s,
.CustomHTML var,
.CustomHTML i,
.CustomHTML section,
.CustomHTML time,
.CustomHTML video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
}
.CustomHTML section {
  display: block;
}
:root {
  --k-custom-bs-blue: #0d6efd;
  --k-custom-bs-indigo: #6610f2;
  --k-custom-bs-purple: #6f42c1;
  --k-custom-bs-pink: #d63384;
  --k-custom-bs-red: #dc3545;
  --k-custom-bs-orange: #fd7e14;
  --k-custom-bs-yellow: #ffc107;
  --k-custom-bs-green: #198754;
  --k-custom-bs-teal: #20c997;
  --k-custom-bs-cyan: #0dcaf0;
  --k-custom-bs-black: #000;
  --k-custom-bs-white: #fff;
  --k-custom-bs-gray: #6c757d;
  --k-custom-bs-gray-dark: #343a40;
  --k-custom-bs-gray-1: #333;
  --k-custom-bs-gray-2: #666;
  --k-custom-bs-gray-3: #989898;
  --k-custom-bs-gray-4: #b2b2b2;
  --k-custom-bs-gray-5: #e5e5e5;
  --k-custom-bs-gray-6: #f0f0f0;
  --k-custom-bs-lt-gray: #f5f5f5;
  --k-custom-bs-primary-blue: #00338d;
  --k-custom-bs-cobalt-blue: #1e49e2;
  --k-custom-bs-dark-blue: #0c233c;
  --k-custom-bs-light-blue: #aceaff;
  --k-custom-bs-pacific-blue: #00b8f5;
  --k-custom-bs-kpmg-purple: #7213ea;
  --k-custom-bs-kpmg-pink: #fd349c;
  --k-custom-bs-secondary-blue: #76d2ff;
  --k-custom-bs-secondary-dark-purple: #510dbc;
  --k-custom-bs-secondary-light-purple: #b497ff;
  --k-custom-bs-secondary-dark-pink: #ab0d82;
  --k-custom-bs-secondary-light-pink: #ffa3da;
  --k-custom-bs-secondary-dark-green: #098e7e;
  --k-custom-bs-secondary-green: #00c0ae;
  --k-custom-bs-secondary-light-green: #63ebda;
  --k-custom-bs-old-md-blue: #005eb8;
  --k-custom-bs-old-lt-blue: #0091da;
  --k-custom-bs-old-violet: #483698;
  --k-custom-bs-old-purple: #470a68;
  --k-custom-bs-old-lt-purple: #6d2077;
  --k-custom-bs-old-green: #00a3a1;
  --k-custom-bs-gray-100: #f8f9fa;
  --k-custom-bs-gray-200: #e9ecef;
  --k-custom-bs-gray-300: #dee2e6;
  --k-custom-bs-gray-400: #ced4da;
  --k-custom-bs-gray-500: #adb5bd;
  --k-custom-bs-gray-600: #6c757d;
  --k-custom-bs-gray-700: #495057;
  --k-custom-bs-gray-800: #343a40;
  --k-custom-bs-gray-900: #212529;
  --k-custom-bs-primary: #1e49e2;
  --k-custom-bs-secondary: #00338d;
  --k-custom-bs-success: #00b8f5;
  --k-custom-bs-info: #7213ea;
  --k-custom-bs-warning: #510dbc;
  --k-custom-bs-danger: #fd349c;
  --k-custom-bs-light: #f0f0f0;
  --k-custom-bs-dark: #0c233c;
  --k-custom-bs-black: #000;
  --k-custom-bs-white: #fff;
  --k-custom-bs-gray-1: #333;
  --k-custom-bs-gray-2: #666;
  --k-custom-bs-gray-3: #989898;
  --k-custom-bs-gray-4: #b2b2b2;
  --k-custom-bs-gray-5: #e5e5e5;
  --k-custom-bs-gray-6: #f0f0f0;
  --k-custom-bs-lt-gray: #f5f5f5;
  --k-custom-bs-primary-blue: #00338d;
  --k-custom-bs-cobalt-blue: #1e49e2;
  --k-custom-bs-dark-blue: #0c233c;
  --k-custom-bs-light-blue: #aceaff;
  --k-custom-bs-pacific-blue: #00b8f5;
  --k-custom-bs-kpmg-purple: #7213ea;
  --k-custom-bs-kpmg-pink: #fd349c;
  --k-custom-bs-secondary-blue: #76d2ff;
  --k-custom-bs-secondary-dark-purple: #510dbc;
  --k-custom-bs-secondary-light-purple: #b497ff;
  --k-custom-bs-secondary-dark-pink: #ab0d82;
  --k-custom-bs-secondary-light-pink: #ffa3da;
  --k-custom-bs-secondary-dark-green: #098e7e;
  --k-custom-bs-secondary-green: #00c0ae;
  --k-custom-bs-secondary-light-green: #63ebda;
  --k-custom-bs-old-md-blue: #005eb8;
  --k-custom-bs-old-lt-blue: #0091da;
  --k-custom-bs-old-violet: #483698;
  --k-custom-bs-old-purple: #470a68;
  --k-custom-bs-old-lt-purple: #6d2077;
  --k-custom-bs-old-green: #00a3a1;
  --k-custom-bs-primary-rgb: 30, 73, 226;
  --k-custom-bs-secondary-rgb: 0, 51, 141;
  --k-custom-bs-success-rgb: 0, 184, 245;
  --k-custom-bs-info-rgb: 114, 19, 234;
  --k-custom-bs-warning-rgb: 81, 13, 188;
  --k-custom-bs-danger-rgb: 253, 52, 156;
  --k-custom-bs-light-rgb: 240, 240, 240;
  --k-custom-bs-dark-rgb: 12, 35, 60;
  --k-custom-bs-black-rgb: 0, 0, 0;
  --k-custom-bs-white-rgb: 255, 255, 255;
  --k-custom-bs-gray-1-rgb: 51, 51, 51;
  --k-custom-bs-gray-2-rgb: 102, 102, 102;
  --k-custom-bs-gray-3-rgb: 152, 152, 152;
  --k-custom-bs-gray-4-rgb: 178, 178, 178;
  --k-custom-bs-gray-5-rgb: 229, 229, 229;
  --k-custom-bs-gray-6-rgb: 240, 240, 240;
  --k-custom-bs-lt-gray-rgb: 245, 245, 245;
  --k-custom-bs-primary-blue-rgb: 0, 51, 141;
  --k-custom-bs-cobalt-blue-rgb: 30, 73, 226;
  --k-custom-bs-dark-blue-rgb: 12, 35, 60;
  --k-custom-bs-light-blue-rgb: 172, 234, 255;
  --k-custom-bs-pacific-blue-rgb: 0, 184, 245;
  --k-custom-bs-kpmg-purple-rgb: 114, 19, 234;
  --k-custom-bs-kpmg-pink-rgb: 253, 52, 156;
  --k-custom-bs-secondary-blue-rgb: 118, 210, 255;
  --k-custom-bs-secondary-dark-purple-rgb: 81, 13, 188;
  --k-custom-bs-secondary-light-purple-rgb: 180, 151, 255;
  --k-custom-bs-secondary-dark-pink-rgb: 171, 13, 130;
  --k-custom-bs-secondary-light-pink-rgb: 255, 163, 218;
  --k-custom-bs-secondary-dark-green-rgb: 9, 142, 126;
  --k-custom-bs-secondary-green-rgb: 0, 192, 174;
  --k-custom-bs-secondary-light-green-rgb: 99, 235, 218;
  --k-custom-bs-old-md-blue-rgb: 0, 94, 184;
  --k-custom-bs-old-lt-blue-rgb: 0, 145, 218;
  --k-custom-bs-old-violet-rgb: 72, 54, 152;
  --k-custom-bs-old-purple-rgb: 71, 10, 104;
  --k-custom-bs-old-lt-purple-rgb: 109, 32, 119;
  --k-custom-bs-old-green-rgb: 0, 163, 161;
  --k-custom-bs-white-rgb: 255, 255, 255;
  --k-custom-bs-black-rgb: 0, 0, 0;
  --k-custom-bs-body-color-rgb: 0, 0, 0;
  --k-custom-bs-body-bg-rgb: 255, 255, 255;
  --k-custom-bs-font-sans-serif: "Open Sans", Arial, Helvetica, sans-serif;
  --k-custom-bs-font-monospace: "Open Sans", Arial, Helvetica, sans-serif;
  --k-custom-bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --k-custom-bs-body-font-family: var(--k-custom-bs-font-sans-serif);
  --k-custom-bs-body-font-size: calc(1.285rem + 0.42vw);
  --k-custom-bs-body-font-weight: 400;
  --k-custom-bs-body-line-height: 1.5;
  --k-custom-bs-body-color: #000;
  --k-custom-bs-body-bg: #fff;
  --k-custom-bs-border-width: 1px;
  --k-custom-bs-border-style: solid;
  --k-custom-bs-border-color: #dee2e6;
  --k-custom-bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --k-custom-bs-border-radius: 0.375rem;
  --k-custom-bs-border-radius-sm: 0.25rem;
  --k-custom-bs-border-radius-lg: 0.5rem;
  --k-custom-bs-border-radius-xl: 1rem;
  --k-custom-bs-border-radius-2xl: 2rem;
  --k-custom-bs-border-radius-pill: 50rem;
  --k-custom-bs-link-color: #00338d;
  --k-custom-bs-link-hover-color: #002971;
  --k-custom-bs-code-color: #d63384;
  --k-custom-bs-highlight-bg: #fff3cd;
}
@media (min-width: 1200px) {
  :root {
    --k-custom-bs-body-font-size: 1.6rem;
  }
}
.CustomHTML *,
.CustomHTML *::before,
.CustomHTML *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  .CustomHTML :root {
    scroll-behavior: smooth;
  }
}
.CustomHTML body {
  margin: 0;
  font-family: var(--k-custom-bs-body-font-family);
  font-size: var(--k-custom-bs-body-font-size);
  font-weight: var(--k-custom-bs-body-font-weight);
  line-height: var(--k-custom-bs-body-line-height);
  color: var(--k-custom-bs-body-color);
  text-align: var(--k-custom-bs-body-text-align);
  background-color: var(--k-custom-bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.CustomHTML h5,
.CustomHTML .h5,
.CustomHTML h4,
.CustomHTML .h4,
.CustomHTML h3,
.CustomHTML .h3,
.CustomHTML h1,
.CustomHTML .h1 {
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  color: #00338d;
}
.CustomHTML h1,
.CustomHTML .h1 {
  font-size: calc(1.685rem + 5.22vw);
}
@media (min-width: 1200px) {
  .CustomHTML h1,
  .CustomHTML .h1 {
    font-size: 5.6rem;
  }
}
.CustomHTML h3,
.CustomHTML .h3 {
  font-size: calc(1.445rem + 2.34vw);
}
@media (min-width: 1200px) {
  .CustomHTML h3,
  .CustomHTML .h3 {
    font-size: 3.2rem;
  }
}
.CustomHTML h4,
.CustomHTML .h4 {
  font-size: calc(1.405rem + 1.86vw);
}
@media (min-width: 1200px) {
  .CustomHTML h4,
  .CustomHTML .h4 {
    font-size: 2.8rem;
  }
}
.CustomHTML h5,
.CustomHTML .h5 {
  font-size: calc(1.365rem + 1.38vw);
}
@media (min-width: 1200px) {
  .CustomHTML h5,
  .CustomHTML .h5 {
    font-size: 2.4rem;
  }
}
.CustomHTML p {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
.CustomHTML a {
  color: var(--k-custom-bs-link-color);
  text-decoration: underline;
}
.CustomHTML a:hover {
  color: var(--k-custom-bs-link-hover-color);
  text-decoration: underline;
}
.CustomHTML a:not([href]):not([class]),
.CustomHTML a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.CustomHTML code {
  font-family: var(--k-custom-bs-font-monospace);
  font-size: 1em;
}
.CustomHTML code {
  font-size: 0.875em;
  color: var(--k-custom-bs-code-color);
  word-wrap: break-word;
}
a > .CustomHTML code {
  color: inherit;
}
.CustomHTML img {
  vertical-align: middle;
}
.CustomHTML button {
  border-radius: 0;
}
.CustomHTML button:focus:not(:focus-visible) {
  outline: 0;
}
.CustomHTML button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.CustomHTML button {
  text-transform: none;
}
.CustomHTML [role="button"] {
  cursor: pointer;
}
.CustomHTML button,
.CustomHTML [type="button"] {
  -webkit-appearance: button;
}
.CustomHTML button:not(:disabled),
.CustomHTML [type="button"]:not(:disabled) {
  cursor: pointer;
}
.CustomHTML ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.CustomHTML ::-webkit-datetime-edit-fields-wrapper,
.CustomHTML ::-webkit-datetime-edit-text,
.CustomHTML ::-webkit-datetime-edit-minute,
.CustomHTML ::-webkit-datetime-edit-hour-field,
.CustomHTML ::-webkit-datetime-edit-day-field,
.CustomHTML ::-webkit-datetime-edit-month-field,
.CustomHTML ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.CustomHTML ::-webkit-inner-spin-button {
  height: auto;
}
.CustomHTML ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.CustomHTML ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.CustomHTML ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
.CustomHTML iframe {
  border: 0;
}
.CustomHTML [hidden] {
  display: none !important;
}
.CustomHTML .img-fluid {
  max-width: 100%;
  height: auto;
}
.CustomHTML .container {
  --k-custom-bs-gutter-x: 3rem;
  --k-custom-bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--k-custom-bs-gutter-x) * 0.5);
  padding-left: calc(var(--k-custom-bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {
  .CustomHTML .container {
    max-width: 588px;
  }
}
@media (min-width: 768px) {
  .CustomHTML .container {
    max-width: 716px;
  }
}
@media (min-width: 992px) {
  .CustomHTML .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .CustomHTML .container {
    max-width: 1148px;
  }
}
@media (min-width: 1440px) {
  .CustomHTML .container {
    max-width: 1230px;
  }
}
@media (min-width: 1600px) {
  .CustomHTML .container {
    max-width: 1230px;
  }
}
.CustomHTML .row {
  --k-custom-bs-gutter-x: 3rem;
  --k-custom-bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--k-custom-bs-gutter-y));
  margin-right: calc(-0.5 * var(--k-custom-bs-gutter-x));
  margin-left: calc(-0.5 * var(--k-custom-bs-gutter-x));
}
.CustomHTML .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--k-custom-bs-gutter-x) * 0.5);
  padding-left: calc(var(--k-custom-bs-gutter-x) * 0.5);
  margin-top: var(--k-custom-bs-gutter-y);
}
@media (min-width: 992px) {
  .CustomHTML .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.CustomHTML .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.CustomHTML .border {
  border: var(--k-custom-bs-border-width) var(--k-custom-bs-border-style)
    var(--k-custom-bs-border-color) !important;
}
.CustomHTML .mt-3 {
  margin-top: 1.6rem !important;
}
.CustomHTML .mb-4 {
  margin-bottom: 2.4rem !important;
}
.CustomHTML .p-3 {
  padding: 1.6rem !important;
}
.CustomHTML .text-center {
  text-align: center !important;
}
.CustomHTML .bg-gray-5 {
  background: #e5e5e5 !important;
}
.CustomHTML :not(.btn-check) + .btn:active,
.CustomHTML:first-child:active,
.CustomHTML.active,
.CustomHTML.show {
  color: var(--k-custom-bs-btn-active-color);
  background-color: var(--k-custom-bs-btn-active-bg);
  border-color: var(--k-custom-bs-btn-active-border-color);
}
.CustomHTML :not(.btn-check) + .btn:active:focus-visible,
.CustomHTML:first-child:active:focus-visible,
.CustomHTML.active:focus-visible,
.CustomHTML.show:focus-visible {
  box-shadow: var(--k-custom-bs-btn-focus-box-shadow);
}
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html.js-stop-scroll,
body.js-stop-scroll {
  overflow-y: hidden;
  height: auto;
}
.CustomHTML {
  background-color: #fff;
}
.CustomHTML .CustomHTML__content {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border: none;
  z-index: 1;
}
.CustomHTML .CustomHTML__content {
  position: relative;
  height: auto;
  background-color: #fff;
}
.CustomHTML .CustomHTML__section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 50px 16px;
  margin: 0 auto;
  background-color: #fff;
  border: none;
  z-index: 1;
}
.CustomHTML .CustomHTML__section::after {
  display: block;
  clear: both;
  content: "";
}
@media only screen and (min-width: 768px) {
  .CustomHTML .CustomHTML__section {
    padding: 75px 0;
  }
}
.CustomHTML .CustomHTML__container,
.CustomHTML .container {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0;
  margin-top: 0 !important;
  z-index: 3;
}
.inner-container {
  width: auto !important;
}
.parsys-container {
  border: 0 none !important;
}
.module-htmlcontainer {
  padding: 0 !important;
}
.module-htmlcontainer div {
  margin: 0 auto;
}
.CustomHTML .container {
  width: 100%;
  max-width: 588px;
  position: relative;
  z-index: 10;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px !important;
  padding-left: 30px !important;
}
@media only screen and (min-width: 640px) {
  .CustomHTML .container {
    max-width: 588px;
  }
}
@media only screen and (min-width: 768px) {
  .CustomHTML .container {
    max-width: 716px;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .container {
    max-width: 940px;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .container {
    max-width: 1148px;
  }
}
@media only screen and (min-width: 1440px) {
  .CustomHTML .container {
    max-width: 1230px;
  }
}
.CustomHTML .row {
  margin-right: -30px;
  margin-left: -30px;
}
.CustomHTML .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .CustomHTML .col-md-12 {
    float: left;
  }
  .CustomHTML .col-md-12 {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .CustomHTML .col-md-12 {
    width: 100%;
  }
}
.CustomHTML__container::before,
.CustomHTML .row::before,
.CustomHTML .clearfix::before {
  display: table;
  content: " ";
}
.CustomHTML__container::after,
.CustomHTML .row::after,
.CustomHTML .clearfix::after {
  display: table;
  content: " ";
  clear: both;
}
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.CustomHTML div,
.CustomHTML span,
.CustomHTML iframe,
.CustomHTML h1,
.CustomHTML .h1,
.CustomHTML h3,
.CustomHTML .h3,
.CustomHTML h4,
.CustomHTML .h4,
.CustomHTML h5,
.CustomHTML .h5,
.CustomHTML p,
.CustomHTML a,
.CustomHTML code,
.CustomHTML img,
.CustomHTML s,
.CustomHTML var,
.CustomHTML i,
.CustomHTML section,
.CustomHTML video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
}
.CustomHTML section {
  display: block;
}
.CustomHTML {
  background-color: #fff;
}
.CustomHTML h1,
.CustomHTML .h1,
.CustomHTML h3,
.CustomHTML .h3,
.CustomHTML h4,
.CustomHTML .h4,
.CustomHTML h5,
.CustomHTML .h5 {
  color: #00338d;
  margin-left: auto;
  margin-right: auto;
}
.CustomHTML h1,
.CustomHTML .h1 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
}
.CustomHTML h1,
.CustomHTML .h1 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 480px) {
  .CustomHTML h1,
  .CustomHTML .h1 {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML h1,
  .CustomHTML .h1 {
    font-size: 6rem;
  }
}
.CustomHTML h3,
.CustomHTML .h3,
.CustomHTML h4,
.CustomHTML .h4,
.CustomHTML h5,
.CustomHTML .h5 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 0.9090909091em;
  margin-bottom: 0.9090909091em;
}
@media only screen and (min-width: 640px) {
  .CustomHTML h3,
  .CustomHTML .h3,
  .CustomHTML h4,
  .CustomHTML .h4,
  .CustomHTML h5,
  .CustomHTML .h5 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .CustomHTML h3,
  .CustomHTML .h3,
  .CustomHTML h4,
  .CustomHTML .h4,
  .CustomHTML h5,
  .CustomHTML .h5 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML h3,
  .CustomHTML .h3,
  .CustomHTML h4,
  .CustomHTML .h4,
  .CustomHTML h5,
  .CustomHTML .h5 {
    font-size: 2.2rem;
  }
}
.CustomHTML h3,
.CustomHTML .h3 {
  font-weight: 600;
}
.CustomHTML h4,
.CustomHTML .h4,
.CustomHTML h5,
.CustomHTML .h5 {
  font-weight: 400;
}
.CustomHTML p + h1,
.CustomHTML p + .h1 {
  margin-top: 0.6666666667em;
}
@media only screen and (min-width: 480px) {
  .CustomHTML p + h1,
  .CustomHTML p + .h1 {
    margin-top: 0.625em;
  }
}
@media only screen and (min-width: 640px) {
  .CustomHTML p + h1,
  .CustomHTML p + .h1 {
    margin-top: 0.6666666667em;
  }
}
@media only screen and (min-width: 768px) {
  .CustomHTML p + h1,
  .CustomHTML p + .h1 {
    margin-top: 0.75em;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML p + h1,
  .CustomHTML p + .h1 {
    margin-top: 0.6666666667em;
  }
}
.CustomHTML p + h3,
.CustomHTML p + .h3,
.CustomHTML p + h4,
.CustomHTML p + .h4,
.CustomHTML p + h5,
.CustomHTML p + .h5 {
  margin-top: 1.5em;
}
@media only screen and (min-width: 480px) {
  .CustomHTML p + h3,
  .CustomHTML p + .h3,
  .CustomHTML p + h4,
  .CustomHTML p + .h4,
  .CustomHTML p + h5,
  .CustomHTML p + .h5 {
    margin-top: 1.875em;
  }
}
@media only screen and (min-width: 640px) {
  .CustomHTML p + h3,
  .CustomHTML p + .h3,
  .CustomHTML p + h4,
  .CustomHTML p + .h4,
  .CustomHTML p + h5,
  .CustomHTML p + .h5 {
    margin-top: 1.7777777778em;
  }
}
@media only screen and (min-width: 768px) {
  .CustomHTML p + h3,
  .CustomHTML p + .h3,
  .CustomHTML p + h4,
  .CustomHTML p + .h4,
  .CustomHTML p + h5,
  .CustomHTML p + .h5 {
    margin-top: 1.8em;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML p + h3,
  .CustomHTML p + .h3,
  .CustomHTML p + h4,
  .CustomHTML p + .h4,
  .CustomHTML p + h5,
  .CustomHTML p + .h5 {
    margin-top: 1.8181818182em;
  }
}
.CustomHTML p {
  color: #333;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.CustomHTML h1 + p,
.CustomHTML .h1 + p,
.CustomHTML h3 + p,
.CustomHTML .h3 + p,
.CustomHTML h4 + p,
.CustomHTML .h4 + p,
.CustomHTML h5 + p,
.CustomHTML .h5 + p {
  margin-top: 0;
}
.CustomHTML a {
  color: #005eb8;
  font-family: inherit;
  text-decoration: none !important;
  cursor: pointer;
}
.CustomHTML a:hover {
  text-decoration: underline !important;
}
.CustomHTML .CustomHTML__content {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  border: none;
  background-color: #fff;
}
.CustomHTML .CustomHTML__section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  margin: 0 auto;
  padding: 50px 0;
  border: none;
  background-color: #fff;
}
.CustomHTML .CustomHTML__section::after {
  display: block;
  clear: both;
  content: "";
}
@media only screen and (min-width: 768px) {
  .CustomHTML .CustomHTML__section {
    padding: 75px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .CustomHTML__section {
    padding: 100px 0;
  }
}
.CustomHTML .CustomHTML__container,
.CustomHTML .container {
  padding-top: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0;
}
.p-t-50 {
  padding-top: 50px !important;
}
.inner-container {
  width: auto !important;
}
.parsys-container {
  border: 0 none !important;
}
.module-htmlcontainer {
  padding: 0 !important;
}
.module-htmlcontainer div {
  margin: 0 auto;
}
.CustomHTML .row {
  margin-right: -30px;
  margin-left: -30px;
}
.CustomHTML .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .CustomHTML .col-md-12 {
    float: left;
  }
  .CustomHTML .col-md-12 {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .CustomHTML .col-md-12 {
    width: 100%;
  }
}
.CustomHTML__container::before,
.CustomHTML .row::before,
.CustomHTML .clearfix::before {
  display: table;
  content: " ";
}
.CustomHTML__container::after,
.CustomHTML .row::after,
.CustomHTML .clearfix::after {
  display: table;
  content: " ";
  clear: both;
}
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.CustomHTML div,
.CustomHTML span,
.CustomHTML iframe,
.CustomHTML h3,
.CustomHTML .h3,
.CustomHTML h4,
.CustomHTML .h4,
.CustomHTML p,
.CustomHTML a,
.CustomHTML code,
.CustomHTML img,
.CustomHTML s,
.CustomHTML var,
.CustomHTML i,
.CustomHTML section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
}
.CustomHTML section {
  display: block;
}
.CustomHTML {
  background-color: #fff;
}
.CustomHTML h3,
.CustomHTML .h3,
.CustomHTML h4,
.CustomHTML .h4 {
  color: #00338d;
  margin-left: auto;
  margin-right: auto;
}
.CustomHTML h3,
.CustomHTML .h3,
.CustomHTML h4,
.CustomHTML .h4 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 0.9090909091em;
  margin-bottom: 0.9090909091em;
}
@media only screen and (min-width: 640px) {
  .CustomHTML h3,
  .CustomHTML .h3,
  .CustomHTML h4,
  .CustomHTML .h4 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .CustomHTML h3,
  .CustomHTML .h3,
  .CustomHTML h4,
  .CustomHTML .h4 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML h3,
  .CustomHTML .h3,
  .CustomHTML h4,
  .CustomHTML .h4 {
    font-size: 2.2rem;
  }
}
.CustomHTML h3,
.CustomHTML .h3 {
  font-weight: 600;
}
.CustomHTML h4,
.CustomHTML .h4 {
  font-weight: 400;
}
.CustomHTML p + h3,
.CustomHTML p + .h3,
.CustomHTML p + h4,
.CustomHTML p + .h4 {
  margin-top: 1.5em;
}
@media only screen and (min-width: 480px) {
  .CustomHTML p + h3,
  .CustomHTML p + .h3,
  .CustomHTML p + h4,
  .CustomHTML p + .h4 {
    margin-top: 1.875em;
  }
}
@media only screen and (min-width: 640px) {
  .CustomHTML p + h3,
  .CustomHTML p + .h3,
  .CustomHTML p + h4,
  .CustomHTML p + .h4 {
    margin-top: 1.7777777778em;
  }
}
@media only screen and (min-width: 768px) {
  .CustomHTML p + h3,
  .CustomHTML p + .h3,
  .CustomHTML p + h4,
  .CustomHTML p + .h4 {
    margin-top: 1.8em;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML p + h3,
  .CustomHTML p + .h3,
  .CustomHTML p + h4,
  .CustomHTML p + .h4 {
    margin-top: 1.8181818182em;
  }
}
.CustomHTML p {
  color: #333;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.CustomHTML h3 + p,
.CustomHTML .h3 + p,
.CustomHTML h4 + p,
.CustomHTML .h4 + p {
  margin-top: 0;
}
.CustomHTML a {
  color: #005eb8;
  font-family: inherit;
  text-decoration: none !important;
  cursor: pointer;
}
.CustomHTML a:hover {
  text-decoration: underline !important;
}
.CustomHTML .CustomHTML__content {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  border: none;
  background-color: #fff;
}
.CustomHTML .CustomHTML__section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  margin: 0 auto;
  padding: 50px 0;
  border: none;
  background-color: #fff;
}
.CustomHTML .CustomHTML__section::after {
  display: block;
  clear: both;
  content: "";
}
@media only screen and (min-width: 768px) {
  .CustomHTML .CustomHTML__section {
    padding: 75px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .CustomHTML__section {
    padding: 100px 0;
  }
}
.CustomHTML .CustomHTML__container {
  padding-top: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0;
}
.CustomHTML .CustomHTML__section {
  padding: 0 !important;
}
.CustomHTML #connectEnterprise.CustomHTML__container body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.CustomHTML #connectEnterprise.CustomHTML__container h3,
.CustomHTML #connectEnterprise.CustomHTML__container .h3,
.CustomHTML #connectEnterprise.CustomHTML__container h4,
.CustomHTML #connectEnterprise.CustomHTML__container .h4 {
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif !important;
  font-weight: 500;
  margin: 0 0 20px !important;
  line-height: 1.25;
  color: #00338d;
  letter-spacing: -1px;
}
.CustomHTML #connectEnterprise.CustomHTML__container h3,
.CustomHTML #connectEnterprise.CustomHTML__container .h3 {
  font-size: 38px;
  font-weight: 500;
}
.CustomHTML #connectEnterprise.CustomHTML__container h4,
.CustomHTML #connectEnterprise.CustomHTML__container .h4 {
  font-size: calc(2.25rem + 1vw);
}
.CustomHTML #connectEnterprise.CustomHTML__container p {
  margin-top: 0 !important;
}
.CustomHTML #connectEnterprise.CustomHTML__container a {
  color: #1e49e2;
  text-decoration: none !important;
}
.CustomHTML #connectEnterprise.CustomHTML__container a:hover {
  color: #00338d;
  text-decoration: none !important;
}
.CustomHTML p.subheader {
  font-size: calc(110% + 0.25vw) !important;
  font-weight: normal;
}
.CustomHTML .font__weight-bold {
  font-weight: bold !important;
}
.CustomHTML .color__white,
.CustomHTML h3.color__white,
.CustomHTML h4.color__white,
.CustomHTML p.color__white {
  color: #fff !important;
}
.CustomHTML .color__bg-cobalt {
  background-color: #1e49e2 !important;
}
.CustomHTML .gradient__purple-blue {
  background: #510dbc;
  background: linear-gradient(
    90deg,
    rgb(81, 13, 188) 0%,
    rgb(30, 73, 226) 100%
  );
}
.CustomHTML .btn {
  padding: 1.25rem 3rem;
  font-weight: bold;
  transition: ease all 0.4s;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
}
.CustomHTML .btn:hover {
  transition: ease all 0.4s;
  text-decoration: none !important;
}
.CustomHTML .btn.cta__btn-white {
  background-color: #fff;
  margin-top: 15px;
  zoom: 1;
}
.CustomHTML .btn.cta__btn-white:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.CustomHTML .link__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
  text-align: left;
  height: 75px;
  padding: 10px;
  font-size: 95%;
  font-weight: bold;
  line-height: 1.3 !important;
  border: 2px solid #1e49e2;
  color: #fff !important;
  background-color: #1e49e2;
  transition: ease all 0.4s;
}
.CustomHTML .link__box:hover {
  background-color: #fff;
  color: #1e49e2 !important;
  transition: ease all 0.4s;
}
.CustomHTML .link__box i {
  font-style: normal !important;
  font-size: 150%;
  margin-right: 20px;
}
.CustomHTML .center__content {
  display: flex !important;
  align-items: center;
}
.CustomHTML .block__spacer {
  margin-top: 60px !important;
}
.CustomHTML .no-margin,
.CustomHTML p.no-margin,
.CustomHTML .no-margin p {
  margin-bottom: 0 !important;
}
.CustomHTML .mb-50 {
  margin-bottom: 50 !important;
}
.CustomHTML .team__bio-image {
  margin: 0 0 15px;
}
.CustomHTML .team__bio-image img {
  max-width: 100%;
}
.CustomHTML .team__bio-region {
  font-weight: bold;
  padding-top: 10px;
}
.CustomHTML .block__capablities-container {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5)),
    #ccc no-repeat right center;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin-top: calc(3rem + 5vw) !important;
  position: relative;
}
.CustomHTML .capabilities__container {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 15px;
}
.CustomHTML .capabilities__box {
  width: 31.5%;
  height: 31.5%;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  background-color: #1e49e2;
  border: 2px solid #1e49e2;
  transition: all ease 0.2s;
}
.CustomHTML .capabilities__box:hover {
  border: 2px solid #fff;
  cursor: pointer;
}
.CustomHTML .capabilities__box.active {
  border: 2px solid #fff;
}
.CustomHTML .capabilities__box.light-blue {
  background-color: #fff !important;
}
.CustomHTML .capabilities__box.light-blue:hover {
 border: 2px solid #1e49e2 !important;
}
.CustomHTML .capabilities__box.light-blue p {
  color: #1e49e2 !important;
  line-height: 1;
  font-size: 85%;
}
.CustomHTML .capabilities__box.light-blue p span {
  font-size: 60px;
  font-weight: bold;
}
.CustomHTML .capabilities__box p {
  color: #fff !important;
  margin-bottom: 0 !important;
  font-weight: 600;
}
.CustomHTML .tab__content-container {
  box-shadow: none;
}
.CustomHTML .tabcontent {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px;
  height: 100%;
  transition: ease linear 4s;
}
.CustomHTML .tabcontent p {
  color: #fff !important;
}
.CustomHTML .tabcontent button {
  background-color: #000;
  color: #fff;
  padding: 5px;
  height: 30px;
  width: 30px;
  border: 0;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
}
.CustomHTML .tabcontent button i {
  font-style: normal !important;
}
.CustomHTML .tab__row {
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  margin-bottom: 3% !important;
}
.CustomHTML .tab__row:last-child {
  margin-bottom: 0 !important;
}
.CustomHTML .cta__center {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 0;
}
.CustomHTML .block__cta {
  min-height: 350px;
  background: #ccc
    url("/content/dam/kpmg/uk/images/2022/08/crt143784-connect-enterprise/cta-bg2.jpg")
    no-repeat center center;
  background-size: cover;
  position: relative;
}
.CustomHTML .block__flip-box {
  background-color: #f8f8f8;
  padding: 100px 0;
  margin-top: 100px;
}
.CustomHTML .flip-box {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 350px;
  perspective: 1000px;
}
.CustomHTML .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.CustomHTML .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.CustomHTML .flip-box-front,
.CustomHTML .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  backface-visibility: hidden;
}
.CustomHTML .flip-box-front {
  background-color: #1e49e2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.CustomHTML .flip-box-front p {
  color: #fff;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-weight: bold !important;
  font-size: 130%;
  margin-top: 15px;
}
.CustomHTML .flip-box-front i {
  font-size: 35px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  border: 0;
  color: #fff;
  font-style: normal !important;
  margin-bottom: 10px;
}
.CustomHTML .flip-box-front.box-future {
  background: linear-gradient(
      90deg,
      rgba(81, 13, 188, 0.7) 0%,
      rgba(30, 73, 226, 0.7) 100%
    ),
    url("/content/dam/kpmg/uk/images/2022/08/crt143784-connect-enterprise/bg-box-future.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.CustomHTML .flip-box-front.box-digital {
  background: linear-gradient(
      90deg,
      rgba(81, 13, 188, 0.7) 0%,
      rgba(30, 73, 226, 0.7) 100%
    ),
    url("/content/dam/kpmg/uk/images/2022/08/crt143784-connect-enterprise/bg-box-consulting.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.CustomHTML .flip-box-front.box-powered {
  background: linear-gradient(
      90deg,
      rgba(81, 13, 188, 0.7) 0%,
      rgba(30, 73, 226, 0.7) 100%
    ),
    url("/content/dam/kpmg/uk/images/2022/08/crt143784-connect-enterprise/bg-box-power.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.CustomHTML .flip-box-front.box-trusted {
  background: linear-gradient(
      90deg,
      rgba(81, 13, 188, 0.6) 0%,
      rgba(30, 73, 226, 0.8) 100%
    ),
    url("/content/dam/kpmg/uk/images/2022/08/crt143784-connect-enterprise/bg-box-trusted.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.CustomHTML .flip-box-front .la-share {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
}
.CustomHTML .flip-box-back {
  background-color: #1e49e2;
  color: #fff;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
}
.CustomHTML .flip-box-back p {
  color: #fff;
}
.CustomHTML .annimate__tab {
  transform: scale(1);
  animation: pulse 2s infinite;
}
.CustomHTML .annimate__none {
  animation-iteration-count: 1;
}
.CustomHTML .display__flex-sm {
  display: block !important;
}
.CustomHTML #start.tabcontent {
  padding-top: 60px !important;
}
.CustomHTML .no-margin-mobile {
  margin-right: 0 !important;
}
.CustomHTML .mobile-spacer {
  height: 15px;
  width: 100%;
  display: flex;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@media screen and (min-width: 768px) {
  .CustomHTML .team__bio-image img {
    max-width: 50%;
  }
  .CustomHTML .text-inline {
    min-height: 170px;
  }
  .CustomHTML .block__spacer {
    margin-top: calc(3rem + 5vw) !important;
  }
  .CustomHTML .display__flex-sm {
    display: flex !important;
  }
  .CustomHTML #start.tabcontent {
    padding: 90px 0 0 60px !important;
  }
  .CustomHTML .no-margin-mobile {
    margin-right: 3% !important;
  }
  .CustomHTML .mobile-spacer {
    display: none;
  }
}
.CustomHTML .fullwidth__container {
  width: 100vw;
}
.CustomHTML .content__container {
  width: calc(100vw - 30px);
  margin: 0 15px;
}
@media screen and (min-width: 768px) {
  .CustomHTML .content__container {
    width: calc(100vw - 60px);
    margin: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .CustomHTML .content__container {
    width: 75vw;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
  }
}
.CustomHTML .content__container-half {
  max-width: 100%;
  margin: 0;
  padding: 60px;
}
@media screen and (min-width: 768px) {
  .CustomHTML .content__container-half {
    margin: 0;
    padding: 150px 30px 150px 60px;
  }
}
@media screen and (min-width: 992px) {
  .CustomHTML .content__container-half {
    width: 37.5vw;
    max-width: 615px;
    margin-right: auto;
    margin-left: 0;
  }
}
.CustomHTML .grid__row::after {
  display: block;
  clear: both;
  content: "";
}
.CustomHTML .grid__row {
  display: block;
  max-width: 100vw;
}
.CustomHTML .grid__row + .CustomHTML .grid__row {
  margin-top: 3%;
}
.CustomHTML .grid__row[class^="grid__col-"] {
  width: calc(100vw - 30px);
  background-color: red;
}
.CustomHTML [class^="grid__col-"],
.CustomHTML [class^="grid__col-sm-"] {
  float: left;
  margin-right: 3%;
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
}
.CustomHTML [class^="grid__col-"]:last-child,
.CustomHTML [class^="grid__col-sm-"]:last-child {
  margin-right: 0%;
}
.CustomHTML .grid__col-4 {
  width: 100%;
  margin: 0;
}
.CustomHTML .grid__col-6 {
  width: 48.5%;
}
.CustomHTML .grid__col-8 {
  width: 100%;
  margin: 0;
}
.CustomHTML .grid__col-10 {
  width: 82.8333333333%;
}
.CustomHTML .grid__col-12 {
  width: 100%;
}
.CustomHTML .grid__col-sm-3.no-gap {
  width: 25%;
}
.CustomHTML .grid__col-6.no-gap,
.CustomHTML .grid__col-sm-6.no-gap {
  width: 50%;
}
.CustomHTML .grid__col-sm-8.no-gap {
  width: 66.6666666667%;
}
.CustomHTML .grid__col-10.no-gap {
  width: 83.3333333333%;
}
.CustomHTML .grid__col-12.no-gap {
  width: 100%;
}
.CustomHTML [class^="grid__col-"].no-gap,
.CustomHTML [class^="grid__col-sm-"].no-gap {
  margin-right: 0;
}
.CustomHTML [class^="grid__col-"]:last-child,
.CustomHTML [class^="grid__col-sm-"]:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .CustomHTML .grid__col-sm-3 {
    width: 22.75%;
  }
  .CustomHTML .grid__col-sm-4 {
    width: 33.3333333333%;
    margin-right: 0;
  }
  .CustomHTML .grid__col-sm-6 {
    width: 48.5%;
  }
  .CustomHTML .grid__col-sm-8 {
    width: 65.6666666667%;
  }
  .CustomHTML .grid__col-sm-8 {
    width: 64%;
    margin-right: 2.5%;
  }
}
.CustomHTML .img-fluid {
  width: 100%;
  height: auto;
}
.CustomHTML .img-fluid {
  width: 100%;
  height: auto;
}
