html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,*:before,*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-family: poppins,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9em;
  color: #191e23;
}

html,body {
  height: 100%;
  width: 100%;
}

::-webkit-input-placeholder {
  color: rgba(35,40,45,.5);
}

::-moz-placeholder {
  color: rgba(35,40,45,.5);
}

:-ms-input-placeholder {
  color: rgba(35,40,45,.5);
}

:-moz-placeholder {
  color: rgba(35,40,45,.5);
}

input:focus,button:focus,a:focus,a:hover {
  text-decoration: none;
  outline: none;
  color: #7028e4;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0 0 15px;
  line-height: 1.3;
  font-weight: 500;
  color: #23282d;
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset!important;
}

p {
  margin: 0 0 15px;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: .4s;
  transition: .4s;
  color: #1c223a;
}

input:focus,button:focus,a:focus,a:hover {
  text-decoration: none;
  outline: none;
}

strong {
  color: #191e23;
  font-weight: 600;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
  display: block;
}

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: 600;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

sub,sup {
  font-size: 12px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

pre {
  display: block;
  font-family: "courier 10 pitch",Courier,monospace;
  padding: 30px;
  margin: 0 0 15px;
  line-height: 1.6em;
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  overflow: auto;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,.1);
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,.1);
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],html input[disabled] {
  cursor: default;
}

input {
  line-height: normal;
}

input[type=checkbox],input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #e641cd;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  height: 120px;
}

optgroup {
  font-weight: 700;
}

dfn,cite,em,i {
  font-style: italic;
}

blockquote {
  padding: 30px;
  background-color: #f7f8fb;
  border-left: 5px solid #626262;
  position: relative;
}

blockquote cite {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

address {
  margin: 0 0 1.5em;
  line-height: inherit;
}

code,kbd,tt,var {
  font-family: Monaco,Consolas,andale mono,dejavu sans mono,monospace;
  font-size: 15px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
}

abbr,acronym {
  border-bottom: 1px dotted #606060;
  cursor: help;
}

mark,ins {
  background: #fff9c0;
  text-decoration: none;
  padding: 0 4px;
  border-radius: 2px;
}

hr {
  background-color: #ededed;
  border: 0;
  height: 1px;
}

table,table th,table td {
  border: 1px solid rgba(0,0,0,.2);
}

dd,dt {
  line-height: inherit;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
}

td,th {
  padding: 10px;
}

select,input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea {
  border: 1px solid rgba(0,0,0,.2);
  padding: 13px;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 1px;
  color: #001157;
  width: 100%;
}

button,input[type=button],input[type=reset],input[type=submit] {
  -webkit-transition: .3s;
  transition: .3s;
}

select {
  border: 1px solid rgba(0,0,0,.2);
  color: #1c223a;
}

textarea {
  width: 100%;
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,.entry-content,.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

iframe {
  width: 100%;
}

iframe,object {
  max-width: 100%;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  max-width: 96%;
  padding: 5px 3px 10px;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

figcaption,.wp-caption p.wp-caption-text {
  margin: 10px 0 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto!important;
  color: #21759b;
  display: block;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.gallery {
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery .gallery-item {
  margin: 5px;
}

.gallery .gallery-item a {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  margin-bottom: 30px;
}

.gallery-columns-2 .gallery-item {
  max-width: calc(50% - 15px);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
}

.gallery-columns-3 .gallery-item {
  max-width: calc(33.33% - 10px);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}

.gallery-columns-4 .gallery-item {
  max-width: calc(25% - 10px);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}

.gallery-columns-5 .gallery-item {
  max-width: calc(20% - 5px);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 10px;
}

.gallery-columns-6 .gallery-item {
  max-width: calc(16.66% - 5px);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 10px;
}

.gallery-columns-7 .gallery-item {
  max-width: calc(14.28% - 5px);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 10px;
}

.gallery-columns-8 .gallery-item {
  max-width: calc(12.5% - 5px);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 10px;
}

.gallery-columns-9 .gallery-item {
  max-width: calc(11.11% - 5px);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 10px;
}

.gallery-caption {
  display: block;
}

.mejs-audio {
  margin-bottom: 30px;
}

.alignfull,.alignwide {
  width: calc(100vw - 17px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  max-width: 100vw;
  padding: 15px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.1);
}

.alignwide {
  max-width: 1170px;
}

.has-strong-magenta-background-color {
  background-color: #313131;
}

.has-strong-magenta-color {
  color: #f78da7;
}

.has-regular-font-size {
  font-size: 16px;
}

.has-strong-red-background-color,.has-strong-red-color {
  color: red;
}