@font-face {
  font-family: 'Noto Sans';
  src: url("/assets/css/fonts/noto_sans/NotoSans_SemiCondensed-Thin.ttf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("/assets/css/fonts/noto_sans/NotoSans_SemiCondensed-ThinItalic.ttf");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("/assets/css/fonts/noto_sans/NotoSans_SemiCondensed-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("/assets/css/fonts/noto_sans/NotoSans_SemiCondensed-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("/assets/css/fonts/noto_sans/NotoSans_SemiCondensed-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("/assets/css/fonts/noto_sans/NotoSans_SemiCondensed-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("/assets/css/fonts/noto_sans/NotoSans_SemiCondensed-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("/assets/css/fonts/noto_sans/NotoSans_SemiCondensed-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("/assets/css/fonts/noto_sans/NotoSans_SemiCondensed-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("/assets/css/fonts/noto_sans/NotoSans_SemiCondensed-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("/assets/css/fonts/noto_sans/NotoSans_SemiCondensed-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("/assets/css/fonts/noto_sans/NotoSans_SemiCondensed-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("/assets/css/fonts/noto_sans/NotoSans_SemiCondensed-ExtraBoldItalic.ttf");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("/assets/css/fonts/noto_sans/NotoSans_SemiCondensed-Black.ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("/assets/css/fonts/noto_sans/NotoSans_SemiCondensed-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

.borderred {
  border: solid 1px red !important;
}

::selection {
  background: #94001E;
  color: #ffffff;
  text-shadow: none;
}

.fett {
  font-weight: bold;
}

.hiddendiv {
  display: none;
}

.menu-link {
  line-height: 22px;
  color: white;
  font-weight: 300;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.menu-item > .menu-link {
  color: white;
}

.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
  color: #dd8b9e;
}

.is-expanded-menu .sub-menu-container .menu-item > .menu-link {
  font-weight: 600;
  text-transform: uppercase;
}

.sub-menu-container .menu-item > .menu-link {
  font-size: 14px;
  font-weight: 600;
  color: #494949;
  letter-spacing: normal;
  font-family: "Noto Sans", sans-serif;
}

.is-expanded-menu .sub-menu-container .menu-item:hover > .menu-link, .is-expanded-menu .sub-menu-container .menu-item.current > .menu-link {
  color: #94001E;
}

.is-expanded-menu .full-header .primary-menu .menu-container {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: 1px solid #94001E;
}

.is-expanded-menu .sub-menu-container, .is-expanded-menu .mega-menu-content {
  position: absolute;
  visibility: hidden;
  background-color: #ffffff;
  box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #94001E;
  z-index: 399;
  top: 100%;
  left: 0;
  padding: 0;
}

.is-expanded-menu .full-header #logo, .primary-menu .menu-containe {
  border: none !important;
}

.content-wrap {
  padding-top: 0px;
}

#side-panel {
  background-color: #94001E;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #494949;
  text-align: start;
  -webkit-text-size-adjust: 100%;
}

#gotoTop {
  z-index: -999;
  position: fixed;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: #94001E;
  font-size: 1.5rem;
  text-align: center;
  color: #ffffff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  border-radius: 2px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.4s ease;
}

#gotoTop:hover {
  background-color: #ffffff;
  color: #94001E;
}

header {
  position: relative;
  top: 0;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  z-index: 20;
}

header ul.menu {
  all: unset;
  background-color: red;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  height: 48px;
}

header ul.menu li {
  all: unset;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

#gotoTop:hover {
  color: #AE6B79;
}

.round_img_corner_25 {
  border-radius: 25px;
}

.c_nav_dynp .canvas-tabs .nav-link, .c_nav_dynp .canvas-tabs.nav-tabs .nav-link {
  min-height: 41px;
  background-color: transparent;
  border: none;
  border-radius: 10px;
  transition: none;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 16px !important;
  color: #2D443D;
  letter-spacing: 0.3px;
  padding-left: 15px;
  padding-right: 15px;
}

.c_nav_dynp .canvas-tabs .nav-link.active, .c_nav_dynp .canvas-tabs.nav-tabs .nav-link.active {
  color: white;
  background-color: #93001E !important;
}

.c_btn_red {
  background-color: #93001E;
  border-radius: 10px;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 18px !important;
  color: white;
  padding-left: 25px;
  padding-right: 25px;
}

.c_btn_red:hover {
  background-color: #AE6B79;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 18px !important;
  color: white;
}

.quote_row {
  background-color: #193178;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 30px !important;
  font-style: italic;
  font-weight: 900;
  color: white;
}

.emphasis-title h1, .emphasis-title .slide_title {
  font-family: "Noto Sans", sans-serif !important;
  color: white !important;
  font-size: 45px !important;
  font-weight: 700 !important;
  letter-spacing: unset !important;
  margin-block-end: 0px !important;
  margin-bottom: 5px !important;
}

.emphasis-title h1 span, .slide_title span {
  font-family: "Noto Sans", sans-serif !important;
  color: #CE1543 !important;
}

.emphasis-title h2, .slide_title h2 {
  font-family: "Noto Sans", sans-serif !important;
  color: white !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  letter-spacing: unset !important;
}
