/* Global styles */

@font-face {
  font-family: "Aeonik";
  src: url("https://cdn.prod.website-files.com/678e6a9b7814db33d263ad8e/678e7908fbad316478b26920_Aeonik-MediumItalic.woff2")
      format("woff2"),
    url("https://cdn.prod.website-files.com/678e6a9b7814db33d263ad8e/678e7908cf22734be220f0d8_Aeonik-MediumItalic.woff")
      format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik";
  src: url("https://cdn.prod.website-files.com/678e6a9b7814db33d263ad8e/678e7908cf22734be220f0bb_Aeonik-Bold.woff2")
      format("woff2"),
    url("https://cdn.prod.website-files.com/678e6a9b7814db33d263ad8e/678e7908d28da2629ceb2fa0_Aeonik-Bold.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik";
  src: url("https://cdn.prod.website-files.com/678e6a9b7814db33d263ad8e/678e7908e297a640133fcceb_Aeonik-RegularItalic.woff2")
      format("woff2"),
    url("https://cdn.prod.website-files.com/678e6a9b7814db33d263ad8e/678e7908757ed42b5cf292c2_Aeonik-RegularItalic.woff")
      format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik";
  src: url("https://cdn.prod.website-files.com/678e6a9b7814db33d263ad8e/678e7908e1800a6f2f38cd47_Aeonik-Regular.woff2")
      format("woff2"),
    url("https://cdn.prod.website-files.com/678e6a9b7814db33d263ad8e/678e790a1dca1411a4bfb50a_Aeonik-Regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik";
  src: url("https://cdn.prod.website-files.com/678e6a9b7814db33d263ad8e/678e7908e297a640133fcd0b_Aeonik-Medium.woff2")
      format("woff2"),
    url("https://cdn.prod.website-files.com/678e6a9b7814db33d263ad8e/678e7908920989d747ed4b14_Aeonik-Medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: Aeonik, Arial, sans-serif !important;
  font-weight: 500 !important;
}

.TitleContainer__description {
  font-weight: 400 !important;
}

.TitleContainer__container {
  border-radius: 40px !important;
  padding: 20px 30px;
  box-shadow: none;
}

.Button__tagPrimary,
.Button__neutral,
.Header__containerLink,
.Button__primary {
  background: #000;
  box-shadow: none;
  border-radius: 40px !important;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}

.Header__containerLi,
.Header__containerLink {
  color: #000;
  background: #fff;
  border-radius: 40px;
}

.Header__containerLink:hover {
  color: #171717;
}

.Icon__HexGray35,
.Icon__activeBlue {
  color: #000;
}

.ArticlesContainer__articleListWidget,
.KBSubCategoryContainer__boxView {
  border-radius: 40px;
  border: none;
}

.ModuleItem__moduleItem {
  border-radius: 40px;
  margin-bottom: 20px;
}

.copyright-text a {
  color: #fff !important;
}

.SearchBox__searchpart,
.SearchBox__searchpart input {
  border-radius: 40px !important;
}

.ArticleDetailLeftContainer__box {
  border: none;
  border-radius: 40px;
}

.ModuleCategoryContainer__containerListView {
  background: transparent;
  border: none;
}

.TitleContainer__listView {
  margin-bottom: 20px;
  border-radius: 40px;
  padding: 20px 30px;
}

.ArticleListContainer__boxView {
  background: transparent;
  border: none;
  box-shadow: none;
}

.ModuleItem__moduleListItem {
  margin-bottom: 20px;
  border-radius: 40px;
  border: none;
}

#tickerform_fields_container, .TicketFormLeftContainer__part {
  border: none;
  border-radius: 40px;
}

label[for="email"]:after {
  content: ' (Please ensure your email address is spelt correctly)';
 
}


